aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCommunity.podspec
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-12 13:49:05 -0700
committerGravatar GitHub <noreply@github.com>2017-09-12 13:49:05 -0700
commitc8ea66eecfb256925e457d14b64bc08984da4387 (patch)
treea5c01d7f36c447111092ec80cbde68cfdb7fca07 /FirebaseCommunity.podspec
parente8cf906d21501513f53666a34d4c4eb3e95bef6e (diff)
Implements web view for presenting Auth web content on iOS 7 and 8. (#253)
Also (hopefully) fixes thread safety issues in presenting Auth web content.
Diffstat (limited to 'FirebaseCommunity.podspec')
-rw-r--r--FirebaseCommunity.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/FirebaseCommunity.podspec b/FirebaseCommunity.podspec
index 307a93d..735dac6 100644
--- a/FirebaseCommunity.podspec
+++ b/FirebaseCommunity.podspec
@@ -45,6 +45,8 @@ Firebase Development CocoaPod including experimental and community supported fea
'Firebase/Auth/Source/**/FIRAuthDefaultUIDelegate.[mh]',
'Firebase/Auth/Source/**/FIRAuthUIDelegate.h',
'Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]',
+ 'Firebase/Auth/Source/**/FIRAuthWebView.[mh]',
+ 'Firebase/Auth/Source/**/FIRAuthWebViewController.[mh]',
'Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]',
'Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]'
sp.public_header_files = 'Firebase/Auth/Source/Public/*.h'