From f08b5044d64197a3227017ad44235a2bd7421691 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 3 Jan 2018 12:12:22 -0800 Subject: Add Community Supported tvOS (#590) Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing --- FirebaseAuth.podspec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FirebaseAuth.podspec') diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec index 0addd75..6b84f5d 100644 --- a/FirebaseAuth.podspec +++ b/FirebaseAuth.podspec @@ -19,6 +19,7 @@ supports email and password accounts, as well as several 3rd party authenticatio s.social_media_url = 'https://twitter.com/Firebase' s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.10' + s.tvos.deployment_target = '10.0' s.cocoapods_version = '>= 1.4.0.beta.2' s.static_framework = true @@ -41,6 +42,13 @@ supports email and password accounts, as well as several 3rd party authenticatio source + '**/FIRPhoneAuthCredential.[mh]', source + '**/FIRPhoneAuthProvider.[mh]' ] + s.tvos.exclude_files = [ + source + '**/FIRAuthURLPresenter.[mh]', + source + '**/FIRAuthWebView.[mh]', + source + '**/FIRAuthWebViewController.[mh]', + source + '**/FIRPhoneAuthCredential.[mh]', + source + '**/FIRPhoneAuthProvider.[mh]' + ] s.public_header_files = source + 'Public/*.h' s.preserve_paths = [ 'Firebase/Auth/README.md', -- cgit v1.2.3