Skip to content

Commit

Permalink
Use correct tag version name
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Heilner committed Sep 23, 2014
1 parent 9112793 commit 3fe3e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FMDB.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/ccgus/fmdb'
s.license = 'MIT'
s.author = { 'August Mueller' => '[email protected]' }
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'
Expand Down Expand Up @@ -50,4 +50,4 @@ Pod::Spec.new do |s|
ss.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DSQLITE_HAS_CODEC' }
end

end
end

0 comments on commit 3fe3e49

Please sign in to comment.