diff options
author | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-11-28 11:29:19 -0800 |
commit | a7f03f64234c496750bac5c72a7d3601e5e2a8ba (patch) | |
tree | caaaeea6f84ccdc350d2332e67cfac13d294d6fb /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | |
parent | dc2111ec70c2545fd811ebb7e52157e0d848ccf2 (diff) |
Advance objective c version to v1.0.2
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r-- | src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 6e594fd3ed..bcc2bb6126 100644 --- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -36,7 +36,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCPlugin' - v = '1.0.1' + v = '1.0.2' s.version = v s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' s.description = <<-DESC @@ -84,7 +84,10 @@ Pod::Spec.new do |s| repo = 'grpc/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): Change back to "https://github.com/#{repo}/releases/download/v#{v}/#{file}" for + # next release + # :http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}", + :http => "https://github.com/#{repo}/releases/download/objective-c-v#{v}/#{file}", # TODO(jcanizales): Add sha1 or sha256 # :sha1 => '??', } |