diff options
author | Muxi Yan <mxyan@google.com> | 2017-02-28 16:14:40 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-28 16:14:40 -0800 |
commit | 255d002f92ed1ef1089b485f83eace650d17ac95 (patch) | |
tree | 03c684f0614145f25106d5e07428383a48e91325 /templates/src | |
parent | 26ec0d0b9b860e95da8ad7bd1605ec5bc9aa945d (diff) |
Relieve ios deployment version to 7.0
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 3a10cfab3c..b100fa7cfe 100644 --- a/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template +++ b/templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template @@ -105,7 +105,7 @@ # Restrict the protoc version to the one supported by this plugin. s.dependency '!ProtoCompiler', '3.1.0' # For the Protobuf dependency not to complain: - s.ios.deployment_target = '7.1' + s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' # Restrict the gRPC runtime version to the one supported by this plugin. s.dependency 'gRPC-ProtoRPC', v |