blob: 558db2e43c3cdb7ef0dbcd39695f46beb66dcef1 [file] [log] [blame]
{
"name": "CCSQLite",
"version": "1.1.1",
"summary": "A Cocoa / Objective-C wrapper around SQLite. YapDatabase(key/value store) + FMDB (ARC), CCSQLite 支持 iOS与OSX (Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB (ARC)).",
"homepage": "https://github.com/ccworld1000/CCSQLite",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"CC": "ccworld1000@gmail.com"
},
"source": {
"git": "https://github.com/ccworld1000/CCSQLite.git",
"tag": "1.1.1"
},
"requires_arc": true,
"default_subspecs": "standard",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "standard",
"libraries": "sqlite3",
"source_files": "CCSQLite/*.{h,m}",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited)"
}
},
{
"name": "SQLCipher",
"dependencies": {
"SQLCipher": [
]
},
"source_files": "CCSQLite/*.{h,m}",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
}
}
]
}