blob: 0dd872856278e2286f582687e4df5998ec6be432 [file] [log] [blame]
{
"name": "KZModelCast",
"version": "0.0.5",
"summary": "KZModelCast is json to model in runtime",
"description": "use run time finish json to model, and model to jsonstring",
"homepage": "http://git.kanzhun.org/bosszhipin/kzmodelcast",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.kanzhun.org/bosszhipin/kzmodelcast.git",
"tag": "0.0.5"
},
"source_files": "KZModelCast/ModelCast/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZModelCast/ModelCast/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}