aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/examples
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 17:51:31 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 17:51:31 -0700
commitf8c4580939cb6c89efad981800dbad8b06dcb173 (patch)
tree679016b698f4f9714e91421808dda494de59e402 /src/objective-c/examples
parent854c16706965b225ce24475ebe405bf370ab61e1 (diff)
Commit as 1.0.0-pre1 so we can release already.
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r--src/objective-c/examples/RemoteTestClient/RemoteTest.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
index 8839b81b61..7222a80b88 100644
--- a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
# Run protoc with the Objective-C and gRPC plugins to generate protocol messages and gRPC clients.
- s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0"
+ s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1"
repo_root = '../../../..'
bin_dir = "#{repo_root}/bins/$CONFIG"