aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-24 11:13:49 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-24 11:13:49 -0700
commitb6becb950ce7606f0b3a5a28b663f3843f0a05c1 (patch)
tree658e1d9e1d073b9d3481621030b27e7db157d780 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
parent285273c0259f1ee0bd16c56a92590d3bfd18d750 (diff)
Adjust version of protobuf and point zip file in mxyan's repo
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler-gRPCPlugin.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
index 3ec4a313e8..fc506b38d2 100644
--- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
@@ -81,7 +81,7 @@ Pod::Spec.new do |s|
}
s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
- repo = 'grpc/grpc'
+ repo = 'muxi/grpc'
file = "grpc_objective_c_plugin-#{v}-macos-x86_64.zip"
s.source = {
:http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}",
@@ -95,7 +95,7 @@ Pod::Spec.new do |s|
s.preserve_paths = plugin
# Restrict the protoc version to the one supported by this plugin.
- s.dependency '!ProtoCompiler', '3.0.0'
+ s.dependency '!ProtoCompiler', '3.0.2'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.1'
s.osx.deployment_target = '10.9'