Explorar el Código

Merge pull request #97 from felipeplets/patch-1

Make ReachabilitySwift compatible with CocoaPods 1.0
Ashley Mills hace 9 años
padre
commit
cecd16a3ef
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      ReachabilitySwift.podspec

+ 0 - 3
ReachabilitySwift.podspec

@@ -9,9 +9,6 @@ Pod::Spec.new do |s|
   s.license      = { :type => 'MIT' }
 
 # Source Info
-  s.ios.platform = :ios, "9.2"
-  s.osx.platform = :osx, "10.11"
-  s.tvos.platform = :tvos, "9.1"
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.9"
   s.tvos.deployment_target  = "9.0"