Created
October 25, 2012 10:29
-
-
Save PaulTaykalo/3951885 to your computer and use it in GitHub Desktop.
FMDB updated podSpec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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