Explorar el Código

Update podspec

Yuki Nagai hace 10 años
padre
commit
96b95ecda3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ReachabilitySwift.podspec

+ 1 - 1
ReachabilitySwift.podspec

@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
     :git => 'https://github.com/ashleymills/Reachability.swift.git',
     :tag => 'v'+s.version.to_s
   }
-  s.source_files = 'Reachability.swift'
+  s.source_files = 'Reachability/Reachability.swift'
   s.framework    = 'SystemConfiguration'
 
   s.requires_arc = true