diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2017-07-28 10:17:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 10:17:43 -0700 |
commit | 8dc1b7db51c49869ab24404bc810500db51fc86d (patch) | |
tree | 7b4816cd5f12081238da0c5a63b03c5b1678ed27 /templates/src | |
parent | 5d2e5550751a71a038e9163397d49d137920356f (diff) | |
parent | 104dd1fba73f303add4f19900b0eb41b0a450c70 (diff) |
Merge pull request #11732 from muxi/update-podspecs
Advance versions of BoringSSL and protoc
Diffstat (limited to 'templates/src')
-rw-r--r-- | templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template | 2 |
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 24c167d7f1..b8223417b7 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' |