Facebook iOS SDK 4.23

This commit is contained in:
Ethan Goldman-Kirst
2017-05-25 13:48:42 -07:00
parent 81d18a3d30
commit 8a01199555
48 changed files with 275 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = "FBSDKCoreKit"
s.version = "4.22.1"
s.version = "4.23.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.22.1"
:tag => "sdk-version-4.23.0"
}
s.ios.weak_frameworks = 'Accounts', 'CoreLocation', 'Social', 'Security', 'QuartzCore', 'CoreGraphics', 'UIKit', 'Foundation', 'AudioToolbox'