blob: a1363671939246a0ae0c6939d5e87768946b3a36 [file] [log] [blame]
{
"name": "KZ_Model",
"version": "0.1",
"summary": "iOS json analysis.",
"homepage": "https://github.com/KieronZhang/KZ_Model",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_Model.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "Foundation",
"vendored_frameworks": "KZ_Model/KZ_ModelFramework.framework",
"requires_arc": true,
"dependencies": {
"KZ_JSON": [
]
}
}