瀏覽代碼

Podspec goes to original repo

Kevin Delannoy 10 年之前
父節點
當前提交
bef6783255
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ReachabilitySwift.podspec

+ 2 - 2
ReachabilitySwift.podspec

@@ -1,7 +1,7 @@
 Pod::Spec.new do |s|
   s.name         = 'ReachabilitySwift'
   s.version      = '0.0.1'
-  s.homepage     = 'https://github.com/delannoyk/Reachability.swift'
+  s.homepage     = 'https://github.com/ashleymills/Reachability.swift'
   s.authors      = {
     'Ashley Mills' => 'ashleymills@mac.com'
   }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
 # Source Info
   s.platform     =  :ios, '8.0'
   s.source       =  {
-    :git => 'https://github.com/delannoyk/Reachability.swift',
+    :git => 'https://github.com/ashleymills/Reachability.swift',
     :tag => s.version.to_s
   }
   s.source_files = 'Reachability.swift'