aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-07-10 11:21:24 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-07-10 11:21:24 -0700
commit367c2c0eab9c82c04031fa977b40c41626f46d74 (patch)
tree0f766e580795f9c7dac2a7a1887be784c51a3393 /templates/src
parentd33ca7026787df26930317492adf767295ad6bec (diff)
Update protoc version
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 93e3de8757..9df980dc06 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.2.0'
+ s.dependency '!ProtoCompiler', '3.3.0'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'