aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2015-07-22 14:54:52 -0700
committerTeBoring <teboring@google.com>2015-07-27 10:54:44 -0700
commitd58e95bc1067231535a10714a466eaa016b21e92 (patch)
treeb9a924939cddc88671b2fadb65372deaa47e40ff /Protobuf.podspec
parent1647e63c57e2c2216da648e967686649e42a6346 (diff)
downloadprotobuf-d58e95bc1067231535a10714a466eaa016b21e92.tar.gz
protobuf-d58e95bc1067231535a10714a466eaa016b21e92.tar.bz2
protobuf-d58e95bc1067231535a10714a466eaa016b21e92.zip
Update minimal ios and osx version for deployment.
Diffstat (limited to 'Protobuf.podspec')
-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