|
@@ -1,11 +1,11 @@
|
|
|
Pod::Spec.new do |s|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'FMDB'
|
|
s.name = 'FMDB'
|
|
|
- s.version = '2.4'
|
|
|
|
|
|
|
+ s.version = '2.5'
|
|
|
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
|
|
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
|
|
|
s.homepage = 'https://github.com/ccgus/fmdb'
|
|
s.homepage = 'https://github.com/ccgus/fmdb'
|
|
|
s.license = 'MIT'
|
|
s.license = 'MIT'
|
|
|
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
|
|
s.author = { 'August Mueller' => 'gus@flyingmeat.com' }
|
|
|
- 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.requires_arc = true
|
|
|
|
|
|
|
|
s.default_subspec = 'standard'
|
|
s.default_subspec = 'standard'
|