aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:30:01 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:30:01 -0700
commit854c16706965b225ce24475ebe405bf370ab61e1 (patch)
tree69a0e5ea909c43429d4aa27a0705f5bdc92fe8b0 /templates
parent5c421ef8ab029d5d6a8fecea1708e3faf4373a0d (diff)
We’re done with the underscore tags for good!
Yay compatibility and predictability!
Diffstat (limited to 'templates')
-rw-r--r--templates/gRPC-Core.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index f562ca596d..b9f5d18d72 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -71,7 +71,7 @@
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,
}