diff options
author | 2018-08-07 11:27:40 -0700 | |
---|---|---|
committer | 2018-08-07 11:27:40 -0700 | |
commit | 520bcfb64aed867373b2ffd643cc6a685b1e9cc1 (patch) | |
tree | aac9d8d7bd2378ea1b914c9304e35550b025056f /templates/src | |
parent | 23c3c477566752521aa147fce513ba80a9fb00cf (diff) |
Upgrade protobuf podspecs in grpc
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 5c1358f7c3..30b6c5684c 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.5.0' + s.dependency '!ProtoCompiler', '3.6.0' # For the Protobuf dependency not to complain: s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' |