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