aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-08-18 13:26:25 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-18 13:26:25 -0700
commit4a18c67b777fcc3391ca85bc5e636e2eff789847 (patch)
treef42a1246ac223dd0c6474659aeb2a4a7912454c0 /src/objective-c/tests
parent90e4bd5fbbe8a696fed2abf9a6296cbd4776ffcc (diff)
Move Podspecs to v1
Diffstat (limited to 'src/objective-c/tests')
-rw-r--r--src/objective-c/tests/RemoteTestClient/RemoteTest.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec b/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec
index 7909f63817..2e0a050b0c 100644
--- a/src/objective-c/tests/RemoteTestClient/RemoteTest.podspec
+++ b/src/objective-c/tests/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"