Facebook iOS SDK 4.8

This commit is contained in:
Zhuowen Deng
2015-11-11 18:00:36 -08:00
parent f7626a2978
commit e556843b53
37 changed files with 950 additions and 269 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = "FBSDKCoreKit"
s.version = "4.7.1"
s.version = "4.8.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform's core features"
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/facebook/facebook-ios-sdk.git",
:tag => "sdk-version-4.7.1"
:tag => "sdk-version-4.8.0"
}
s.weak_frameworks = "Accounts", "CoreLocation", "Social", "Security", "QuartzCore", "CoreGraphics", "UIKit", "Foundation", "AudioToolbox"