aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-08-07 18:46:38 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-07 18:46:38 -0700
commita9b1c5cbe1e5266943df0715d3acb976ae8aa01f (patch)
treed2a7efff50a1d8c0cdbdcb5fd6e63cb726192d4d /examples/objective-c/helloworld
parent6801b225a811934f54abfe87702af82759f25942 (diff)
parent4e57e8be3911e3030e2ccfd6478be75a3c2b0250 (diff)
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
Diffstat (limited to 'examples/objective-c/helloworld')
-rw-r--r--examples/objective-c/helloworld/HelloWorld.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/helloworld/HelloWorld.podspec b/examples/objective-c/helloworld/HelloWorld.podspec
index 537cc36a61..8adb799a7c 100644
--- a/examples/objective-c/helloworld/HelloWorld.podspec
+++ b/examples/objective-c/helloworld/HelloWorld.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", "~> 0.14"
+ s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1"
# Pods directory corresponding to this app's Podfile, relative to the location of this podspec.
pods_root = 'Pods'