aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-10-24 12:13:51 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-10-24 12:13:51 -0700
commit93fc27735bef37a72054f6ffb7b18c80fee31de6 (patch)
tree406afc9ccbd349492e9aa1f3660353b4e793c238 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
parentb6becb950ce7606f0b3a5a28b663f3843f0a05c1 (diff)
Use the v1.0.0 plugin
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler-gRPCPlugin.podspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
index fc506b38d2..384641854f 100644
--- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
@@ -84,7 +84,9 @@ Pod::Spec.new do |s|
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}",
+ # TODO(mxyan): Reverse this change when v1.0.1 is released
+ # :http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}",
+ :http => "https://github.com/grpc/grpc/releases/download/v1.0.0/grpc_objective_c_plugin-1.0.0-macos-x86_64.zip"
# TODO(jcanizales): Add sha1 or sha256
# :sha1 => '??',
}