blob: 9b7f36b9c81f0ecf8fca82efca1c22894344ac38 [file] [log] [blame]
{
"name": "JCDB",
"version": "0.1.2",
"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.2"
},
"source_files": "JCDB/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}