blob: 028533816afe6878070aff50c34bf100792a4e4f [file] [log] [blame]
{
"name": "HQDBDecode",
"version": "1.0.0",
"summary": "数据库对象映射模型",
"description": "数据库对象映射模型.",
"homepage": "https://github.com/LiuHuanQing/HQDBDecode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘欢庆": "liu-lhq@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LiuHuanQing/HQDBDecode.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Exclude",
"frameworks": [
"FMDB",
"YYModel"
],
"dependencies": {
"FMDB": [
"~> 2.6.2"
],
"YYModel": [
"~> 1.0.4"
]
}
}