소스 검색

Update min target versions

Robert Payne 6 년 전
부모
커밋
4403a45695
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      SnapKit.podspec

+ 2 - 2
SnapKit.podspec

@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
   s.social_media_url = 'http://twitter.com/robertjpayne'
   s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' }
 
-  s.ios.deployment_target = '8.0'
-  s.osx.deployment_target = '10.11'
+  s.ios.deployment_target = '9.0'
+  s.osx.deployment_target = '10.12'
   s.tvos.deployment_target = '9.0'
 
   s.source_files = 'Source/*.swift'