Przeglądaj źródła

Merge pull request #635 from TeBoring/objectivec

Update minimal ios and osx version for deployment.
Paul Yang 10 lat temu
rodzic
commit
f642c5cfdd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Protobuf.podspec

+ 2 - 2
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