aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-08-22 17:21:19 -0700
committerGravatar GitHub <noreply@github.com>2017-08-22 17:21:19 -0700
commit2238582e5ffc03526a0c1a03e4e1b3164dc4d817 (patch)
tree6bfc0dec3021813f7d635e7598e671bf0133b33a
parent125f567f0e6d91709e80043553db39557a576899 (diff)
parentc457b47fcf4c5e63a545a60096b9783650586773 (diff)
Merge pull request #12256 from muxi/fix-proto-compiler-temp
Fix template in #12253
-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 b8223417b7..196c405468 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.3.0'
+ s.dependency '!ProtoCompiler', '3.4.0'
# For the Protobuf dependency not to complain:
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'