소스 검색

updated podspec to version 3

Oliver 9 년 전
부모
커밋
eef8935df6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Swifter.podspec

+ 1 - 1
Swifter.podspec

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
   s.ios.deployment_target = "8.0"
   s.osx.deployment_target = "10.9"
   s.tvos.deployment_target = "9.0"
-  s.source                = { :git => "https://github.com/glock45/swifter.git", :tag => "1.2.6" }
+  s.source                = { :git => "https://github.com/glock45/swifter.git", :tag => "3.0.0" }
   s.source_files          = 'Sources/*.{h,m,swift}'
 
 end