diff options
Diffstat (limited to 'FirebaseAuth.podspec')
-rw-r--r-- | FirebaseAuth.podspec | 8 |
1 files changed, 8 insertions, 0 deletions
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', |