Facebook iOS SDK 4.31

This commit is contained in:
Art Beatte IV
2018-02-28 08:29:46 -08:00
parent fa05e1501b
commit cfc33c951f
16 changed files with 156 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = "FBSDKCoreKit"
s.version = "4.30.0"
s.version = "4.31.0"
s.summary = "Official Facebook SDK for iOS to access Facebook Platform's core 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.30.0"
:tag => "sdk-version-4.31.0"
}
s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'