Skip to content

Commit d60d3f3

Browse files
Update RxContacts.podspec
1 parent c577801 commit d60d3f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

RxContacts.podspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Pod::Spec.new do |s|
33
s.version = "1.0.1"
44
s.summary = "RxSwift extensions for Contacts framework."
55

6-
s.homepage = "https://github.com/satishbabariya/RxContacts"
6+
s.homepage = "https://github.com/RxSwiftCommunity/RxContacts"
77
s.license = { :type => "MIT", :file => "LICENSE" }
8-
s.author = { "Satish Babariya" => "[email protected]" }
8+
s.author = { "Satish Babariya" => "[email protected]" }
99

10-
s.cocoapods_version = '>= 1.4.0'
11-
s.swift_version = '4.0'
10+
s.cocoapods_version = '>= 1.4.0'
11+
s.swift_version = '4.0'
1212

1313
s.ios.deployment_target = "9.0"
1414
s.osx.deployment_target = "10.12"
1515
s.watchos.deployment_target = "3.0"
1616

17-
s.source = { :git => "https://github.com/satishbabariya/RxContacts.git", :tag => s.version.to_s }
17+
s.source = { :git => "https://github.com/RxSwiftCommunity/RxContacts.git", :tag => s.version.to_s }
1818
s.source_files = "Sources/**/*"
1919
s.framework = "Foundation" ,"Contacts"
2020

21-
s.static_framework = true
22-
s.dependency 'RxSwift', '~> 4'
23-
s.dependency 'RxCocoa', '~> 4'
21+
s.static_framework = true
22+
s.dependency 'RxSwift', '~> 4'
23+
s.dependency 'RxCocoa', '~> 4'
2424

2525
end

0 commit comments

Comments
 (0)