aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseAuth.podspec
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-07-06 09:37:23 -0700
committerGravatar GitHub <noreply@github.com>2018-07-06 09:37:23 -0700
commit98b6eef71eac368692ae249f056a75d89ed0350d (patch)
tree0a4a16612d7bbb5eeba981b40564db3c2fc66833 /FirebaseAuth.podspec
parenta3f792f3f093e913be5823cb4df9dfeac7612a52 (diff)
Split GoogleUtilities from FirebaseCore (#1370)
Diffstat (limited to 'FirebaseAuth.podspec')
-rw-r--r--FirebaseAuth.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec
index 43c565f..47e211b 100644
--- a/FirebaseAuth.podspec
+++ b/FirebaseAuth.podspec
@@ -62,5 +62,6 @@ supports email and password accounts, as well as several 3rd party authenticatio
s.framework = 'SafariServices'
s.framework = 'Security'
s.dependency 'FirebaseCore', '~> 5.0'
+ s.dependency 'GoogleUtilities/Environment', '~> 5.0'
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
end