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