aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/auth_sample/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objective-c/auth_sample/Podfile')
-rw-r--r--examples/objective-c/auth_sample/Podfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/objective-c/auth_sample/Podfile b/examples/objective-c/auth_sample/Podfile
new file mode 100644
index 0000000000..dd4fd558c0
--- /dev/null
+++ b/examples/objective-c/auth_sample/Podfile
@@ -0,0 +1,10 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+target 'AuthSample' do
+ # Depend on the generated AuthTestService library.
+ pod 'AuthTestService', :path => '.'
+
+ # Depend on Google's OAuth2 library
+ pod 'Google/SignIn'
+end