blob: 6c19debf6a3ee2f1a97af0b5078f67e8ae55c0a6 [file] [log] [blame]
{
"name": "DYModelMaker",
"version": "0.0.2",
"summary": "字典生成模型,支持多层模型嵌套,自动实现归档、解档,实现模型直接的赋值、深复制",
"description": "字典生成模型,支持多层模型嵌套,自动生成两种框架(MJExtension和YYModel)的系统关键字替换和数组中字典转模型代码,自动实现归档、解档,实现模型直接的赋值、深复制",
"homepage": "https://github.com/duyi56432/DYModelMaker",
"license": "MIT",
"authors": {
"duyi56432": "564326678@qq.com"
},
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/duyi56432/DYModelMaker.git",
"tag": "0.0.2"
},
"source_files": "DYModelMaker/**/*.{h,m}"
}