aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/auth_sample/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-11 11:09:59 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-11 11:09:59 -0700
commit45bb7f36b452fa2f7f5eb1f9632476c50c7d4f5e (patch)
tree53c4fe304cb1030e388102b55f2cf4d83bc17190 /examples/objective-c/auth_sample/Podfile
parenteb3ebc58287391d0a54779cccef8d37058bbc2c6 (diff)
Use the deployed protoc spec in samples and README
Diffstat (limited to 'examples/objective-c/auth_sample/Podfile')
-rw-r--r--examples/objective-c/auth_sample/Podfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/objective-c/auth_sample/Podfile b/examples/objective-c/auth_sample/Podfile
index be98cfcbbf..a25d20f477 100644
--- a/examples/objective-c/auth_sample/Podfile
+++ b/examples/objective-c/auth_sample/Podfile
@@ -3,16 +3,10 @@ platform :ios, '8.0'
install! 'cocoapods', :deterministic_uuids => false
-# Location of gRPC's repo root relative to this file.
-GRPC_LOCAL_SRC = '../../..'
-
target 'AuthSample' do
# Depend on the generated AuthTestService library.
pod 'AuthTestService', :path => '.'
# Depend on Google's OAuth2 library
pod 'Google/SignIn'
-
- pod '!ProtoCompiler', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
- pod '!ProtoCompiler-gRPCPlugin', :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c"
end