diff options
author | Jorge Canizales <jcanizales@google.com> | 2016-07-18 12:30:01 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-07-18 12:30:01 -0700 |
commit | 854c16706965b225ce24475ebe405bf370ab61e1 (patch) | |
tree | 69a0e5ea909c43429d4aa27a0705f5bdc92fe8b0 /gRPC-Core.podspec | |
parent | 5c421ef8ab029d5d6a8fecea1708e3faf4373a0d (diff) |
We’re done with the underscore tags for good!
Yay compatibility and predictability!
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index a102f9a76a..cb243c80c7 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -44,7 +44,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/grpc/grpc.git', - :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}", + :tag => "v#{version}", # TODO(jcanizales): Depend explicitly on the nanopb pod, and disable submodules. :submodules => true, } |