فهرست منبع

Applying the fix for iOS only

Cristian Ortega 7 سال پیش
والد
کامیت
c44ff491eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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