aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidair <davidair@users.noreply.github.com>2017-01-24 16:35:51 -0500
committerPaul Yang <TeBoring@users.noreply.github.com>2017-01-24 13:35:51 -0800
commitd1f0939a42ae8a6b6bca95a4b9048d7416e72865 (patch)
tree2ffbd8b81c08d5e2ffbc4289aff68c74b97922b6
parentd9668797a2e6bb41f20bad47cd2494e5aa1a156b (diff)
downloadprotobuf-d1f0939a42ae8a6b6bca95a4b9048d7416e72865.tar.gz
protobuf-d1f0939a42ae8a6b6bca95a4b9048d7416e72865.tar.bz2
protobuf-d1f0939a42ae8a6b6bca95a4b9048d7416e72865.zip
Reverting deployment target to 7.0 (#2618)
The Protobuf library doesn’t require the 7.1 deployment target so reverting it back to 7.0
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index a3521eca..3e721fe6 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.user_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1' }
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1' }
- s.ios.deployment_target = '7.1'
+ s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.requires_arc = false