blob: f8cfa807fef35256fa59bdd9e784b17a7b028908 [file] [log] [blame]
{
"name": "KZModelCast",
"version": "0.0.8",
"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.8"
},
"source_files": "KZModelCast/ModelCast/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZModelCast/ModelCast/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}