Browse Source

Fix podspec error

Ashley Mills 10 năm trước cách đây
mục cha
commit
9ea36de608
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'