Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Update Facebook ObjC SDK dependency to 4.16. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Oct 31, 2016
1 parent bb58af1 commit ef37db1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cartfile
@@ -1 +1 @@
github "facebook/facebook-ios-sdk" ~> 4.14
github "facebook/facebook-ios-sdk" ~> 4.16
2 changes: 1 addition & 1 deletion Cartfile.resolved
@@ -1,2 +1,2 @@
github "BoltsFramework/Bolts-ObjC" "1.8.4"
github "facebook/facebook-ios-sdk" "sdk-version-4.15.0"
github "facebook/facebook-ios-sdk" "sdk-version-4.16.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/facebook-ios-sdk
Submodule facebook-ios-sdk updated 138 files
2 changes: 1 addition & 1 deletion FacebookCore.podspec
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'ENABLE_TESTABILITY' => 'YES' }

s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.15'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
end
4 changes: 2 additions & 2 deletions FacebookLogin.podspec
Expand Up @@ -21,6 +21,6 @@ Pod::Spec.new do |s|

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.15'
s.ios.dependency 'FBSDKLoginKit', '~> 4.15'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
s.ios.dependency 'FBSDKLoginKit', '~> 4.16'
end
4 changes: 2 additions & 2 deletions FacebookShare.podspec
Expand Up @@ -26,6 +26,6 @@ Pod::Spec.new do |s|

s.ios.dependency 'FacebookCore', '~> 0.2'
s.ios.dependency 'Bolts', '~> 1.8'
s.ios.dependency 'FBSDKCoreKit', '~> 4.15'
s.ios.dependency 'FBSDKShareKit', '~> 4.15'
s.ios.dependency 'FBSDKCoreKit', '~> 4.16'
s.ios.dependency 'FBSDKShareKit', '~> 4.16'
end

0 comments on commit ef37db1

Please sign in to comment.