blob: 38ed3c50821030e5318d8bcfeb5153ef18e11ab9 [file] [log] [blame]
{
"name": "JCDB",
"version": "1.0.1",
"license": "MIT",
"summary": "A lightweight iOS database framework based on FMDB and SQLite.",
"homepage": "https://github.com/imjoych/JCDB",
"authors": {
"ChenJianjun": "imjoych@gmail.com"
},
"source": {
"git": "https://github.com/imjoych/JCDB.git",
"tag": "1.0.1"
},
"source_files": "JCDB/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}