aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'AuthSamples/Podfile')
-rw-r--r--AuthSamples/Podfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/AuthSamples/Podfile b/AuthSamples/Podfile
index b87ec7d..b25e958 100644
--- a/AuthSamples/Podfile
+++ b/AuthSamples/Podfile
@@ -2,7 +2,7 @@ use_frameworks!
platform :ios, '8.0'
target 'Sample' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'FBSDKLoginKit'
pod 'GoogleSignIn'
# Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
@@ -12,30 +12,30 @@ target 'Sample' do
end
target 'SwiftSample' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
end
target 'ApiTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
pod 'GTMSessionFetcher/Core'
end
target 'EarlGreyTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'GoogleSignIn'
pod 'FirebaseInstanceID', '1.0.9'
pod 'EarlGrey'
end
target 'TestApp' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
end
target 'FirebaseAuthUnitTests' do
- pod 'FirebaseDev/Auth', :path => '../'
+ pod 'FirebaseCommunity/Auth', :path => '../'
pod 'OCMock'
end