Browse Source

Use correct tag version name

Stephan Heilner 11 years ago
parent
commit
3fe3e499e5
1 changed files with 2 additions and 2 deletions
  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