aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/objective-c/helloworld/HelloWorld.podspec
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-21 21:28:33 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-21 21:28:33 +0200
commit8bb4ecdcbf4e41b08ebc3847b926fe520657a2b7 (patch)
treebe97bdecfdca49e56e4b7bd00ddfee792a17a2ae /examples/objective-c/helloworld/HelloWorld.podspec
parent8f18ee64b26d9a1462e8bccfb15aba00e8550492 (diff)
parentf6aefa3ea66d6e49c3853dea260ef723ff796f99 (diff)
Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fix
Conflicts: tools/run_tests/run_tests.py
Diffstat (limited to 'examples/objective-c/helloworld/HelloWorld.podspec')
-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 bce6cd5172..48364fc0af 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'