Facebook iOS SDK 4.10.1

This commit is contained in:
chris pan
2016-03-16 13:53:08 -07:00
parent 545f7f8891
commit c1c4a288c8
6 changed files with 162 additions and 142 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = "FBSDKShareKit"
s.version = "4.10.0"
s.version = "4.10.1"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform's Sharing Features"
s.description = <<-DESC
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-4.10.0"
:tag => "sdk-version-4.10.1"
}
s.ios.weak_frameworks = 'Accounts', 'AudioToolbox', 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'Security', 'Social', 'UIKit'