Эх сурвалжийг харах

Applying the fix for iOS only

Cristian Ortega 7 жил өмнө
parent
commit
c44ff491eb

+ 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