Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
robertofrontado committed Sep 24, 2016
1 parent b31a7e4 commit 9339227
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RxSocialConnect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.requires_arc = true

s.dependency 'RxSwift', '~> 2.0.0'
s.dependency 'RxSwift', '~> 2.5.0'
s.dependency 'OAuthSwift', '~> 0.5.0'
s.dependency 'RxBlocking', '~> 2.0.0'
s.dependency 'RxBlocking', '~> 2.5.0'

s.default_subspec = "Core"

Expand All @@ -26,9 +26,9 @@ Pod::Spec.new do |s|
s.subspec "Moya" do |ss|
ss.source_files = 'Sources/Moya/**/*'
ss.dependency 'RxSocialConnect/Core'
ss.dependency 'Alamofire', '~> 3.1.0'
ss.dependency 'Moya', '~> 6.0.0'
ss.dependency 'Moya/RxSwift', '~> 6.0.0'
ss.dependency 'Alamofire', '~> 3.0'
ss.dependency 'Moya', '~> 6.5.0'
ss.dependency 'Moya/RxSwift', '~> 6.5.0'
end

end

0 comments on commit 9339227

Please sign in to comment.