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