diff options
author | Muxi Yan <mxyan@google.com> | 2017-03-16 17:13:05 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-03-16 17:13:05 -0700 |
commit | 411b63b92f0cdcf6bcd6b83fb1a9549bb68f4c36 (patch) | |
tree | 4d9c99240dae9d9b41e5dc195ff40111c64c4c65 /src/objective-c | |
parent | 62e9596c614b5570d6a8811851aec12faf6a30fc (diff) |
Advance dependency version
Diffstat (limited to 'src/objective-c')
-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 ccad095f17..392a86106b 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.1.0' + s.dependency '!ProtoCompiler', '3.2.0' # For the Protobuf dependency not to complain: s.ios.deployment_target = '7.1' s.osx.deployment_target = '10.9' |