From d58e95bc1067231535a10714a466eaa016b21e92 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 22 Jul 2015 14:54:52 -0700 Subject: Update minimal ios and osx version for deployment. --- Protobuf.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Protobuf.podspec') 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 -- cgit v1.2.3