@@ -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
2525end
0 commit comments