aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-19 11:18:04 -0700
committerGravatar GitHub <noreply@github.com>2017-09-19 11:18:04 -0700
commit9447e72cab40c9ea59e49a726d2890bcf356d38a (patch)
treedc25e027769cc1fbe6bd6e0ae0d877858e0780e7 /Example/Podfile
parenta34d091971d05ef8e2625074157eb9ff6dda3cbd (diff)
Consolidate AuthSamples into main Firebase Xcode project (#288)
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile34
1 files changed, 34 insertions, 0 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 3c0745d..4b6a88f 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -45,6 +45,40 @@ target 'Auth_Example_macOS' do
end
end
+target 'Auth_Sample' do
+ platform :ios, '8.0'
+ pod 'FirebaseCommunity/Auth', :path => '../'
+ pod 'FBSDKLoginKit'
+ pod 'GoogleSignIn'
+ # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
+ # to FirebaseCore
+ pod 'FirebaseInstanceID', '1.0.9'
+ pod 'GTMSessionFetcher/Core'
+end
+
+target 'Auth_SwiftSample' do
+ platform :ios, '8.0'
+ pod 'FirebaseCommunity/Auth', :path => '../'
+ pod 'GoogleSignIn'
+ pod 'FirebaseInstanceID', '1.0.9'
+end
+
+target 'Auth_ApiTests' do
+ platform :ios, '8.0'
+ pod 'FirebaseCommunity/Auth', :path => '../'
+ pod 'GoogleSignIn'
+ pod 'FirebaseInstanceID', '1.0.9'
+ pod 'GTMSessionFetcher/Core'
+end
+
+target 'Auth_EarlGreyTests' do
+ platform :ios, '8.0'
+ pod 'FirebaseCommunity/Auth', :path => '../'
+ pod 'GoogleSignIn'
+ pod 'FirebaseInstanceID', '1.0.9'
+ pod 'EarlGrey'
+end
+
target 'Database_Example_iOS' do
platform :ios, '8.0'