diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-08-08 18:39:56 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-08 18:39:56 -0700 |
commit | 8ac55f8a8c6f43dd1b13d6390ce23babdb1a21c5 (patch) | |
tree | b83cfc66e079ada9335294466e74243d4c3660a4 /src/objective-c/examples/RemoteTestClient/RemoteTest.podspec | |
parent | a9b1c5cbe1e5266943df0715d3acb976ae8aa01f (diff) | |
parent | 97f6994b98a273f5007044afcaf48909f147097d (diff) |
Solve merge conflict at gRPC-ProtoRPC.podspec
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 f2db1a5d5d..7083ca6d92 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" + s.dependency "!ProtoCompiler-gRPCPlugin", "~> 1.0.0-pre1.2" repo_root = '../../../..' bin_dir = "#{repo_root}/bins/$CONFIG" |