aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-05 10:15:05 -0700
committerGravatar GitHub <noreply@github.com>2017-09-05 10:15:05 -0700
commit9d6d2f12d71eaadbbe4993128aa7f868b48de2bb (patch)
tree5edc8f1e918ebe659959a65fc6923930f48454df /Firebase
parentf1d54450429ec6cd6c3c9bca54076178830463c5 (diff)
Declares FirebaseAuth depending on SafariServices. (#232)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 00c7588..6d07375 100644
--- a/Firebase/Auth/FirebaseAuth.podspec
+++ b/Firebase/Auth/FirebaseAuth.podspec
@@ -42,6 +42,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
'$(inherited) ' + 'FIRAuth_VERSION=' + s.version.to_s +
' FIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1]
}
+ s.framework = 'SafariServices'
s.framework = 'Security'
# s.dependency 'FirebaseCommunity/Core'
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'