aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/auth_sample/AuthTestService.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'examples/objective-c/auth_sample/AuthTestService.podspec')
-rw-r--r--examples/objective-c/auth_sample/AuthTestService.podspec2
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 d709c7e636..b03b3fe82d 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"
+ s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.1"
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
pods_root = 'Pods'