blob: f75a9c290ff6d0bd4babf8a47e9b33f313f8c2e2 [file] [log] [blame]
{
"name": "WHC_Model",
"version": "1.7.0",
"summary": "iOS平台高效转换引擎json->model,model->json,model->Dictionary,支持模型类继承其他模型类,支持指定路径转换,不区分json的key和模型属性名称大小写,自动处理json中null",
"homepage": "https://github.com/netyouli/WHC_Model",
"license": "MIT",
"authors": {
"吴海超(WHC)": "712641411@qq.com"
},
"source": {
"git": "https://github.com/netyouli/WHC_Model.git",
"tag": "1.7.0"
},
"source_files": "WHC_ModelKit/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.9",
"tvos": "7.0"
},
"requires_arc": true
}