Facebook iOS SDK 4.29

This commit is contained in:
Pouya Larjani
2017-12-05 10:25:39 -08:00
parent 0fa3689c21
commit 28e0db6645
55 changed files with 2092 additions and 48 deletions

View File

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