blob: 67f1866e3b0fcd20c93620215e4b111d251060f3 [file] [log] [blame]
{
"name": "WHC_Model",
"version": "1.7.1",
"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.1"
},
"source_files": "WHC_ModelKit/*.{h,m}",
"platforms": {
"ios": "6.0",
"osx": "10.9",
"tvos": "7.0"
},
"requires_arc": true
}