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