Skip to content

Commit

Permalink
Merge pull request ccgus#335 from stephanheilner/new_tag
Browse files Browse the repository at this point in the history
Updated podspec version to prepare for v2.5 tag
  • Loading branch information
ccgus committed Jan 24, 2015
2 parents 4eda6c7 + ebdeb87 commit 11ef325
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
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FMDB'
s.version = '2.4'
s.version = '2.5'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
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 => 'v2.4' }
s.source = { :git => 'https://github.com/ccgus/fmdb.git', :tag => 'v2.5' }
s.requires_arc = true

s.default_subspec = 'standard'
Expand Down

0 comments on commit 11ef325

Please sign in to comment.