Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 513afde

Browse files
committed
Update podspec to support tvOS.
1 parent ad5f693 commit 513afde

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

ParseFacebookUtilsV4.podspec

+10-6
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,24 @@ Pod::Spec.new do |s|
1515
s.public_header_files = 'ParseFacebookUtils/*.h'
1616
s.source_files = 'ParseFacebookUtils/**/*.{h,m}'
1717

18+
s.ios.exclude_files = 'ParseFacebookUtils/Internal/AuthenticationProvider/tvOS/**/*.{h,m}'
19+
s.tvos.exclude_files = 'ParseFacebookUtils/Internal/AuthenticationProvider/iOS/**/*.{h,m}'
20+
1821
s.frameworks = 'AudioToolbox',
1922
'CFNetwork',
2023
'CoreGraphics',
2124
'CoreLocation',
2225
'QuartzCore',
2326
'Security',
24-
'StoreKit',
2527
'SystemConfiguration'
26-
s.weak_frameworks = 'Accounts',
27-
'Social'
28+
s.ios.weak_frameworks = 'Accounts',
29+
'Social'
2830
s.libraries = 'z', 'sqlite3'
2931

3032
s.dependency 'Bolts/Tasks', '>= 1.5'
31-
s.dependency 'Parse', '~> 1.9'
32-
s.dependency 'FBSDKCoreKit', '~> 4.8'
33-
s.dependency 'FBSDKLoginKit', '~> 4.8'
33+
s.dependency 'Parse', '~> 1.10'
34+
s.dependency 'FBSDKCoreKit', '~> 4.9.0-beta'
35+
36+
s.ios.dependency 'FBSDKLoginKit', '~> 4.9.0-beta'
37+
s.tvos.dependency 'FBSDKTVOSKit', '~> 4.9.0-beta'
3438
end

0 commit comments

Comments
 (0)