diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-08-27 13:58:54 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-08-27 13:58:54 -0700 |
commit | b2bea23365acb0bcc1b5adba2d5b2fa5a22eb872 (patch) | |
tree | a676bf2467b26cdc733dec4fa1d6ce03861f6083 /grpc-common/objective-c/auth_sample/Podfile | |
parent | 60ff5c3c872b9630e256772c0440a169c7cfae10 (diff) | |
parent | 6905915db1fe4b66e40f03014f7f14c74f3fee16 (diff) |
move grpc-common examples to here
Diffstat (limited to 'grpc-common/objective-c/auth_sample/Podfile')
-rw-r--r-- | grpc-common/objective-c/auth_sample/Podfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/grpc-common/objective-c/auth_sample/Podfile b/grpc-common/objective-c/auth_sample/Podfile new file mode 100644 index 0000000000..dd4fd558c0 --- /dev/null +++ b/grpc-common/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 |