blob: 81739896e9a68e9abb292829d29cc335472f74b7 [file] [log] [blame]
{
"name": "CHBaseEntity",
"version": "0.1.3",
"summary": "Entity解析工具,基于YYModel 1.0.4",
"description": "Entity解析工具,基于YYModel 1.0.4,外部使用的时候Entity类继承自CHBaseEntity即可",
"homepage": "https://github.com/lichanghong/CHBaseEntity.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1211054926@qq.com": "lichanghong"
},
"source": {
"git": "https://github.com/lichanghong/CHBaseEntity.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CHBaseEntity/Classes/**/*",
"dependencies": {
"YYModel": [
"1.0.4"
]
}
}