blob: 3903d6198854422ac48e6d8ca7e27a399dbe7db7 [file] [log] [blame]
{
"name": "KZ_Model",
"version": "0.1.3",
"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.3",
"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": [
]
}
}