Browse Source

Merge pull request #13 from delannoyk/patch-1

Update ReachabilitySwift.podspec
Ashley Mills 10 years ago
parent
commit
04a10cd26b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      ReachabilitySwift.podspec

+ 3 - 2
ReachabilitySwift.podspec

@@ -6,13 +6,14 @@ Pod::Spec.new do |s|
     'Ashley Mills' => 'ashleymills@mac.com'
   }
   s.summary      = 'Replacement for Apple\'s Reachability re-written in Swift with callbacks.'
+  s.license      = { :type => 'MIT' }
 
 # Source Info
   s.ios.platform = :ios, "8.0"
   s.osx.platform = :osx, "10.10"
   s.source       =  {
-    :git => 'https://github.com/ashleymills/Reachability.swift',
-    :tag => s.version.to_s
+    :git => 'https://github.com/ashleymills/Reachability.swift.git',
+    :tag => 'v'+s.version.to_s
   }
   s.source_files = 'Reachability.swift'
   s.framework    = 'SystemConfiguration'