瀏覽代碼

Update podspec

Yuki Nagai 10 年之前
父節點
當前提交
96b95ecda3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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