blob: 6201e34c82e2f2c5e36fd248191cb0bf821efe38 [file] [log] [blame]
{
"name": "JRDB",
"version": "0.1.8",
"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": "0.1.8"
},
"source_files": "JRDB/JRDB/**/*.{h,m}",
"public_header_files": "JRDB/JRDB/**/*.h",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.6.2"
]
},
"deprecated": true
}