Facebook iOS SDK 4.26

This commit is contained in:
Pouya Larjani
2017-08-24 17:46:49 -07:00
parent c2375700ef
commit de2e2feb6b
21 changed files with 271 additions and 47 deletions

View File

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