blob: 0bc1951b9479400a895be20a66d4f7ccca247b5f [file] [log] [blame]
{
"name": "KZ_MacroDefinition",
"version": "0.1.2",
"summary": "iOS & macOS Macro Definition.",
"homepage": "https://github.com/KieronZhang/KZ_MacroDefinition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_MacroDefinition.git",
"tag": "0.1.2",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"vendored_frameworks": "KZ_MacroDefinition/KZ_MacroDefinition_iOS.framework"
},
"osx": {
"vendored_frameworks": "KZ_MacroDefinition/KZ_MacroDefinition_macOS.framework"
}
}