blob: b1f8f93f6bed230c38ae99cfafc258f1e97cb80f [file] [log] [blame]
{
"name": "KZ_MacroDefinition",
"version": "0.1.6",
"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.6",
"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"
}
}