aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-07-27 11:43:11 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2015-07-27 11:43:11 -0700
commitf642c5cfddbe54dcab5416178880c4e27c8ed4cd (patch)
treeb53bfb2b20b988bde70cfe4ebee804e89c85d096
parent69d660b39ceabeab7e516ddfab7165852bc95d56 (diff)
parentd58e95bc1067231535a10714a466eaa016b21e92 (diff)
downloadprotobuf-f642c5cfddbe54dcab5416178880c4e27c8ed4cd.tar.gz
protobuf-f642c5cfddbe54dcab5416178880c4e27c8ed4cd.tar.bz2
protobuf-f642c5cfddbe54dcab5416178880c4e27c8ed4cd.zip
Merge pull request #635 from TeBoring/objectivec
Update minimal ios and osx version for deployment.
-rw-r--r--Protobuf.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 6aa89902..0cd52025 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
'objectivec/google/protobuf/*.pbobjc.{h,m}'
s.header_mappings_dir = 'objectivec'
- s.ios.deployment_target = '6.0'
- s.osx.deployment_target = '10.8'
+ s.ios.deployment_target = '7.1'
+ s.osx.deployment_target = '10.9'
s.requires_arc = false
end