version bump v(4.39.1)

Summary: SDK version bump to v(4.39.1). Automatically generated by running fbobjc/ios-sdk/internal/scripts/cut_branch_ios.sh

Reviewed By: stoyan

Differential Revision: D13601525

fbshipit-source-id: e750a1f550f30bfcdffd37c4e9c1a0dc56fd3972
This commit is contained in:
Cody Winton
2019-01-08 14:15:31 -08:00
committed by Facebook Github Bot
parent f91783a860
commit fc99f13bd2
8 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = 'FBSDKShareKit'
s.version = '4.39.0'
s.version = '4.39.1'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform 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-objc-sdk.git',
:tag => 'v4.39.0'
:tag => 'v4.39.1'
}
s.ios.weak_frameworks = 'Accounts', 'AudioToolbox', 'CoreGraphics', 'CoreLocation', 'Foundation', 'QuartzCore', 'Security', 'Social', 'UIKit'