Facebook iOS SDK 4.22.1

This commit is contained in:
Miguel Cohnen
2017-05-12 15:45:48 -07:00
parent ab0e9040da
commit 81d18a3d30
15 changed files with 19 additions and 70 deletions

View File

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