Skip to content

Instantly share code, notes, and snippets.

@PaulTaykalo
Created October 25, 2012 10:29
Show Gist options
  • Save PaulTaykalo/3951885 to your computer and use it in GitHub Desktop.
Save PaulTaykalo/3951885 to your computer and use it in GitHub Desktop.
FMDB updated podSpec
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.license = 'MIT'
s.author = { 'August Mueller' => '[email protected]' }
s.source = { :git => 'https://github.com/ccgus/fmdb.git',
:commit => '3d7eaf67bee4bd8ca2d62fd1a83f3db711d504f3' }
s.requires_arc = true
s.source_files = 'src/FM*.*'
s.library = 'sqlite3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment