blob: 5bb92d35f30fd1306dfe07bc4009a0fc7b33e5c9 [file] [log] [blame]
{
"name": "FMDB",
"version": "2.3",
"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": "v2.3"
},
"default_subspecs": [
"standard"
],
"requires_arc": true,
"subspecs": [
{
"name": "common",
"source_files": "src/fmdb/FM*.{h,m}",
"exclude_files": "src/fmdb.m"
},
{
"name": "standard",
"libraries": "sqlite3",
"dependencies": {
"FMDB/common": [
]
}
},
{
"name": "standalone",
"dependencies": {
"sqlite3/fts": [
],
"FMDB/common": [
]
}
},
{
"name": "SQLCipher",
"dependencies": {
"SQLCipher": [
],
"FMDB/common": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
}
}
]
}