diff options
author | Muxi Yan <mxyan@google.com> | 2017-07-10 11:21:24 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-07-10 11:21:24 -0700 |
commit | 367c2c0eab9c82c04031fa977b40c41626f46d74 (patch) | |
tree | 0f766e580795f9c7dac2a7a1887be784c51a3393 /src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | |
parent | d33ca7026787df26930317492adf767295ad6bec (diff) |
Update protoc version
Diffstat (limited to 'src/objective-c/!ProtoCompiler-gRPCPlugin.podspec')
-rw-r--r-- | src/objective-c/!ProtoCompiler-gRPCPlugin.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 351a45df58..b351d30aee 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' |