Browse Source

Update podspec for 2.0-beta1

Ashley Mills 10 years ago
parent
commit
a25581e4a8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ReachabilitySwift.podspec

+ 2 - 1
ReachabilitySwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = 'ReachabilitySwift'
-  s.version      = '2.0'
+  s.version      = '2.0-beta1'
   s.homepage     = 'https://github.com/ashleymills/Reachability.swift'
   s.authors      = {
     'Ashley Mills' => 'ashleymills@mac.com'
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
   s.source       =  {
     :git => 'https://github.com/ashleymills/Reachability.swift.git',
     :tag => 'v'+s.version.to_s
+    :branch => 'develop'
   }
   s.source_files = 'Reachability.swift'
   s.framework    = 'SystemConfiguration'