blob: bd746354662336c34e01de293b566293b8ba896a [file] [log] [blame]
{
"name": "JRDB",
"version": "1.0.4",
"summary": "The light packing of fmdb for my self",
"homepage": "https://github.com/scubers/JRDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jrwong": "jr-wong@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/scubers/JRDB.git",
"tag": "1.0.4"
},
"source_files": "JRDB/JRDB/**/*.{h,m}",
"public_header_files": "JRDB/JRDB/**/*.h",
"dependencies": {
"FMDB": [
]
},
"deprecated": true
}