diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
commit | 4a18c67b777fcc3391ca85bc5e636e2eff789847 (patch) | |
tree | f42a1246ac223dd0c6474659aeb2a4a7912454c0 /examples/objective-c/auth_sample | |
parent | 90e4bd5fbbe8a696fed2abf9a6296cbd4776ffcc (diff) |
Move Podspecs to v1
Diffstat (limited to 'examples/objective-c/auth_sample')
-rw-r--r-- | examples/objective-c/auth_sample/AuthTestService.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/auth_sample/AuthTestService.podspec b/examples/objective-c/auth_sample/AuthTestService.podspec index 560f26e34b..59fbb5f395 100644 --- a/examples/objective-c/auth_sample/AuthTestService.podspec +++ b/examples/objective-c/auth_sample/AuthTestService.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| src = "../../protos" # Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients. - s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.2" + s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0" # Pods directory corresponding to this app's Podfile, relative to the location of this podspec. pods_root = 'Pods' |