commit | d58e95bc1067231535a10714a466eaa016b21e92 | [log] [tgz] |
---|---|---|
author | Bo Yang <teboring@google.com> | Wed Jul 22 14:54:52 2015 -0700 |
committer | TeBoring <teboring@google.com> | Mon Jul 27 10:54:44 2015 -0700 |
tree | b9a924939cddc88671b2fadb65372deaa47e40ff | |
parent | 1647e63c57e2c2216da648e967686649e42a6346 [diff] [blame] |
Update minimal ios and osx version for deployment.
diff --git a/Protobuf.podspec b/Protobuf.podspec index 6aa8990..0cd5202 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec
@@ -18,7 +18,7 @@ '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