소스 검색

Use correct tag version name

Stephan Heilner 11 년 전
부모
커밋
3fe3e499e5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      FMDB.podspec

+ 2 - 2
FMDB.podspec

@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
   s.homepage = 'https://github.com/ccgus/fmdb'
   s.license = 'MIT'
   s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
-  s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => s.version.to_s }
+  s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => 'v2.4' }
   s.requires_arc = true
 
   s.default_subspec = 'standard'
@@ -50,4 +50,4 @@ Pod::Spec.new do |s|
     ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC' }
   end
   
-end
+end