Explorar el Código

Applying the fix for iOS only

Cristian Ortega hace 7 años
padre
commit
c44ff491eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ReachabilitySwift.podspec

+ 1 - 1
ReachabilitySwift.podspec

@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
   }
   s.source_files = 'Sources/Reachability.swift'
   s.framework    = 'SystemConfiguration'
-  s.framework    = 'CoreTelephony'
+  s.ios.framework    = 'CoreTelephony'
 
   s.requires_arc = true
 end