Explorar o código

Fix podspec error

Ashley Mills %!s(int64=10) %!d(string=hai) anos
pai
achega
9ea36de608
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ReachabilitySwift.podspec

+ 1 - 1
ReachabilitySwift.podspec

@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
   s.osx.deployment_target = "10.11"
   s.source       =  {
     :git => 'https://github.com/ashleymills/Reachability.swift.git',
+    :branch => 'develop',
     :tag => 'v'+s.version.to_s
-    :branch => 'develop'
   }
   s.source_files = 'Reachability.swift'
   s.framework    = 'SystemConfiguration'