blob: 9053197d4db28dd0c32f2368409f38300e815ed2 [file] [log] [blame]
{
"name": "ZSBaseModel",
"version": "0.0.5",
"summary": "基于runtime的处理Model属性的异常状态",
"description": "ZSBaseModel 添加NSString类型的属性的默认值 @“” 空串;避免 nil NULL等导致的UI显示问题 和 多出的解析步骤",
"homepage": "https://github.com/Kaelzzs/BaseModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zzsat": "zhouzuosong_Kael@163.com"
},
"source": {
"git": "https://github.com/Kaelzzs/BaseModel.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ZSBaseModel/Classes/**/*"
}