blob: 9e8b316bd89bcc5a6e5766e938f25af6397c260b [file] [log] [blame]
{
"name": "JRDB",
"version": "2.0.5",
"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.5"
},
"source_files": "JRDB/JRDB/**/*.{h,m}",
"public_header_files": "JRDB/JRDB/**/*.h",
"dependencies": {
"FMDB": [
]
}
}