aboutsummaryrefslogtreecommitdiffhomepage
path: root/AuthSamples/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-06-22 13:08:35 -0700
committerGravatar GitHub <noreply@github.com>2017-06-22 13:08:35 -0700
commit0297375121c3f13a4cfe23271793990b980bddee (patch)
tree1f44fec340841753d802002bd9d2240031affd5d /AuthSamples/Podfile
parente50dddc0f2359d2e6515d20c0357fadf321715ec (diff)
Rename FirebaseDev to FirebaseCommunity (#98)
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