Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #50 from ParsePlatform/nlutsenko.dependencies
Browse files Browse the repository at this point in the history
Update podspec dependencies.
  • Loading branch information
nlutsenko committed Feb 13, 2016
2 parents f0a1ff4 + 1ed0c3c commit 967a34a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ParseFacebookUtilsV4.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Pod::Spec.new do |s|
'Social'
s.libraries = 'z', 'sqlite3'

s.dependency 'Bolts/Tasks', '>= 1.5'
s.dependency 'Parse', '~> 1.11'
s.dependency 'FBSDKCoreKit', '~> 4.9.0-beta'
s.dependency 'Bolts/Tasks', '>= 1.6'
s.dependency 'Parse', '~> 1.12'
s.dependency 'FBSDKCoreKit', '~> 4.10.0'

s.ios.dependency 'FBSDKLoginKit', '~> 4.9'
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.9'
s.ios.dependency 'FBSDKLoginKit', '~> 4.10'
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.10'
end

0 comments on commit 967a34a

Please sign in to comment.