aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-09 11:21:57 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-02-09 11:21:57 -0800
commit0fccdb83273e3d876dfb5c03f548b9347f13dd83 (patch)
tree821e1f4cfc200a9d31fa8af318dce0edcee19934 /templates/src
parente5ca175aeb1e8c47c1a588a2ffa9dd884362edae (diff)
Advance protoc podspec template version to 3.1.0 as well
Diffstat (limited to 'templates/src')
-rw-r--r--templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
index 80420af7db..3a10cfab3c 100644
--- a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
+++ b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template
@@ -103,7 +103,7 @@
s.preserve_paths = plugin
# Restrict the protoc version to the one supported by this plugin.
- s.dependency '!ProtoCompiler', '3.0.2'
+ s.dependency '!ProtoCompiler', '3.1.0'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.1'
s.osx.deployment_target = '10.9'