소스 검색

Update podspec

Ashley Mills 10 년 전
부모
커밋
6f7854758c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      ReachabilitySwift.podspec

+ 1 - 2
ReachabilitySwift.podspec

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