Browse Source

Podspec goes to original repo

Kevin Delannoy 10 năm trước cách đây
mục cha
commit
bef6783255
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'