blob: c6a41e0f2fca527cd3bb44768d6d802c1ef0b274 [file] [log] [blame]
{
"name": "JCDB",
"version": "0.1.0",
"license": "MIT",
"summary": "A useful iOS database framework based on FMDB and SQLite.",
"homepage": "https://github.com/Boych/JCDB",
"authors": {
"ChenJianjun": "ioschen@foxmail.com"
},
"source": {
"git": "https://github.com/boych/JCDB.git",
"tag": "0.1.0"
},
"source_files": "JCDB/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}