blob: 9b348b34f73e122b31b977175fd64b2b842798f2 [file] [log] [blame]
{
"name": "LPA-FMDB",
"version": "2.7.4.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/leeping610/fmdb.git",
"tag": "2.7.4.1"
},
"requires_arc": true,
"dependencies": {
"SQLCipher": [
]
},
"source_files": "src/fmdb/FM*.{h,m}",
"exclude_files": "src/fmdb.m",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}