Facebook iOS SDK 4.14

This commit is contained in:
Zhuowen Deng
2016-07-13 11:31:58 -07:00
parent c4cb7fe1d7
commit 138dd250df
93 changed files with 4307 additions and 414 deletions

View File

@@ -3,7 +3,7 @@
Pod::Spec.new do |s|
s.name = 'FBSDKTVOSKit'
s.version = '4.13.1'
s.version = '4.14.0'
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.13.1' }
:tag => 'sdk-version-4.14.0' }
s.source_files = 'FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}'
s.public_header_files = 'FBSDKTVOSKit/FBSDKTVOSKit/*.h'