Facebook iOS SDK 4.31.1

This commit is contained in:
Tao Y Ge
2018-03-05 11:42:27 -08:00
parent cfc33c951f
commit 11b15a00f0
10 changed files with 29 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = 'FBSDKTVOSKit'
s.version = '4.31.0'
s.version = '4.31.1'
s.summary = 'Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.'
s.description = <<-DESC
@@ -20,7 +20,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.31.0' }
:tag => 'sdk-version-4.31.1' }
s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h'