blob: 6b5c41118300493f6f3fcf0f7493c0e6d27e6fb0 [file] [log] [blame]
{
"name": "FMDB",
"version": "1.5.1",
"summary": "A Cocoa / Objective-C wrapper around SQLite.",
"homepage": "https://github.com/ccgus/fmdb",
"license": "MIT",
"authors": {
"August Mueller": "gus@flyingmeat.com"
},
"source": {
"git": "https://github.com/ccgus/fmdb.git",
"tag": "v1.5.1"
},
"source_files": "src/FM*.*",
"libraries": "sqlite3",
"requires_arc": false
}