aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-ProtoRPC.podspec
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 /gRPC-ProtoRPC.podspec
parent5c421ef8ab029d5d6a8fecea1708e3faf4373a0d (diff)
We’re done with the underscore tags for good!
Yay compatibility and predictability!
Diffstat (limited to 'gRPC-ProtoRPC.podspec')
-rw-r--r--gRPC-ProtoRPC.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-ProtoRPC.podspec b/gRPC-ProtoRPC.podspec
index e27c294c63..1f1235c1ba 100644
--- a/gRPC-ProtoRPC.podspec
+++ b/gRPC-ProtoRPC.podspec
@@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.source = {
:git => 'https://github.com/grpc/grpc.git',
- :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}",
+ :tag => "v#{version}",
}
s.ios.deployment_target = '7.1'