aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-07-28 10:17:43 -0700
committerGravatar GitHub <noreply@github.com>2017-07-28 10:17:43 -0700
commit8dc1b7db51c49869ab24404bc810500db51fc86d (patch)
tree7b4816cd5f12081238da0c5a63b03c5b1678ed27 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
parent5d2e5550751a71a038e9163397d49d137920356f (diff)
parent104dd1fba73f303add4f19900b0eb41b0a450c70 (diff)
Merge pull request #11732 from muxi/update-podspecs
Advance versions of BoringSSL and protoc
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler-gRPCPlugin.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
index 22527d1572..345eecc279 100644
--- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
+++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec
@@ -101,7 +101,7 @@ Pod::Spec.new do |s|
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'