Browse Source

Update ReachabilitySwift.podspec

The license was missing and I saw you tag the 1.0 release as 'v1.0' so I added the 'v'.
Kevin Delannoy 10 years ago
parent
commit
c7feab5948
1 changed files with 3 additions and 2 deletions
  1. 3 2
      ReachabilitySwift.podspec

+ 3 - 2
ReachabilitySwift.podspec

@@ -6,12 +6,13 @@ 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.platform     =  :ios, '8.0'
   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'