소스 검색

Set deployment targets correctly

Ashley Mills 10 년 전
부모
커밋
d08eec9317
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ReachabilitySwift.podspec

+ 2 - 2
ReachabilitySwift.podspec

@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
 # Source Info
   s.ios.platform = :ios, "9.0"
   s.osx.platform = :osx, "10.11"
-  s.ios.deployment_target = "9.0"
-  s.osx.deployment_target = "10.11"
+  s.ios.deployment_target = "8.0"
+  s.osx.deployment_target = "10.9"
   s.source       =  {
     :git => 'https://github.com/ashleymills/Reachability.swift.git',
     :branch => 'develop',