Files
JBChartView/FMDB/2.0/FMDB.podspec
T
2012-02-22 14:06:03 +08:00

13 lines
361 B
Ruby

Pod::Spec.new do |s|
s.name = 'FMDB'
s.version = '2.0'
s.summary = 'A Cocoa / Objective-C wrapper around SQLite.'
s.homepage = 'https://github.com/ccgus/fmdb'
s.author = 'August Mueller'
s.source = { :git => 'https://github.com/ccgus/fmdb.git',
:tag => 'v2.0' }
s.source_files = 'src/FM*.*'
s.library = 'sqlite3'
end