浏览代码

Merge pull request #302 from stephanheilner/podspec_tagname

Use correct tag version name
August "Gus" Mueller 11 年之前
父节点
当前提交
15b6ebbc55
共有 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