diff options
author | Muxi Yan <mxyan@google.com> | 2017-01-28 20:34:05 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-01-28 20:34:05 -0800 |
commit | 630706e5fed5e5d74f10dd19881fa5448a521c84 (patch) | |
tree | beddbf5e21bee4ac5947ac45849e024b41c1b536 | |
parent | 0b5fc6a544765a62b7099f6d1a79d251620e3674 (diff) |
Advance protoc dependency version as well
-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 51bc044ec6..c6917aa5b6 100644 --- a/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -95,7 +95,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.0.2' + s.dependency '!ProtoCompiler', '3.1.0' # For the Protobuf dependency not to complain: s.ios.deployment_target = '7.1' s.osx.deployment_target = '10.9' |