blob: 0c5a2b2aee3a9e9649999c2712b9618b7c546589 [file] [log] [blame]
{
"name": "JRDB",
"version": "2.0.1",
"summary": "iOS database lib depend on FMDB, whitch use like hibernate",
"homepage": "https://github.com/scubers/JRDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jrwong": "jr-wong@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/scubers/JRDB.git",
"tag": "2.0.1"
},
"source_files": "JRDB/JRDB/**/*.{h,m}",
"public_header_files": "JRDB/JRDB/**/*.h",
"dependencies": {
"FMDB": [
]
},
"deprecated": true
}