Yuki Nagai 10 lat temu
rodzic
commit
96b95ecda3
1 zmienionych plików z 1 dodań i 1 usunięć
  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