aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/FirebaseAuth.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/FirebaseAuth.podspec')
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 980fedb..cda5f06 100644
--- a/Firebase/Auth/FirebaseAuth.podspec
+++ b/Firebase/Auth/FirebaseAuth.podspec
@@ -15,7 +15,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
s.license = { :type => 'Apache', :file => '../../LICENSE' }
s.authors = 'Google, Inc.'
- # NOTE that the FirebaseDev pod is neither publicly deployed nor yet interchangeable with the
+ # NOTE that the FirebaseCommunity pod is neither publicly deployed nor yet interchangeable with the
# Firebase pod
s.source = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Firebase'
@@ -59,7 +59,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
' FIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1]
}
s.framework = 'Security'
-# s.dependency 'FirebaseDev/Core'
+# s.dependency 'FirebaseCommunity/Core'
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
s.dependency 'GoogleToolboxForMac/NSDictionary+URLArguments', '~> 2.1'
end