diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-18 13:26:25 -0700 |
commit | 4a18c67b777fcc3391ca85bc5e636e2eff789847 (patch) | |
tree | f42a1246ac223dd0c6474659aeb2a4a7912454c0 /src/objective-c/examples | |
parent | 90e4bd5fbbe8a696fed2abf9a6296cbd4776ffcc (diff) |
Move Podspecs to v1
Diffstat (limited to 'src/objective-c/examples')
-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 7083ca6d92..ea6181316a 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.0-pre1.2" + s.dependency "!ProtoCompiler-gRPCPlugin" repo_root = '../../../..' bin_dir = "#{repo_root}/bins/$CONFIG" |