blob: 61e7ef6464304dc4dceb120058fe47eb97d2ab80 [file] [log] [blame]
{
"name": "KZ_JSON",
"version": "0.1.3",
"summary": "iOS & macOS JSON.",
"homepage": "https://github.com/KieronZhang/KZ_JSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_JSON.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_JSON/KZ_JSON_iOS.framework"
},
"osx": {
"vendored_frameworks": "KZ_JSON/KZ_JSON_macOS.framework"
}
}