|
|
@@ -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'
|