aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseAuth.podspec
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-01-03 12:12:22 -0800
committerGravatar GitHub <noreply@github.com>2018-01-03 12:12:22 -0800
commitf08b5044d64197a3227017ad44235a2bd7421691 (patch)
tree0ea97726a39d1746acf260f42ef35c18f363f4e2 /FirebaseAuth.podspec
parent9179dd86bfa507ede505c788a513e3824ad01856 (diff)
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
Diffstat (limited to 'FirebaseAuth.podspec')
-rw-r--r--FirebaseAuth.podspec8
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',