diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-07 18:46:38 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-07 18:46:38 -0700 |
commit | a9b1c5cbe1e5266943df0715d3acb976ae8aa01f (patch) | |
tree | d2a7efff50a1d8c0cdbdcb5fd6e63cb726192d4d /src/objective-c/examples/RemoteTestClient/RemoteTest.podspec | |
parent | 6801b225a811934f54abfe87702af82759f25942 (diff) | |
parent | 4e57e8be3911e3030e2ccfd6478be75a3c2b0250 (diff) |
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
Diffstat (limited to 'src/objective-c/examples/RemoteTestClient/RemoteTest.podspec')
-rw-r--r-- | src/objective-c/examples/RemoteTestClient/RemoteTest.podspec | 2 |
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 c4578047b6..f2db1a5d5d 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", "~> 0.14" + s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1" repo_root = '../../../..' bin_dir = "#{repo_root}/bins/$CONFIG" |