Explorar el Código

Podspec goes to original repo

Kevin Delannoy hace 10 años
padre
commit
bef6783255
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'