aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/gRPC-Core.podspec.template
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-02-28 16:14:40 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-03-16 19:33:53 -0700
commit37d3fba39188d0efce113582a06d20e011b7c1ef (patch)
tree0fa3d02ead4861c8aed77b1fa9bcf80c7d315617 /templates/gRPC-Core.podspec.template
parent411b63b92f0cdcf6bcd6b83fb1a9549bb68f4c36 (diff)
Relieve ios deployment version to 7.0
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r--templates/gRPC-Core.podspec.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template
index 9ed32e31cf..11146a490b 100644
--- a/templates/gRPC-Core.podspec.template
+++ b/templates/gRPC-Core.podspec.template
@@ -78,7 +78,7 @@
:submodules => true,
}
- s.ios.deployment_target = '7.1'
+ s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.requires_arc = false