blob: aa02a618445e44d0ef122ea053baa2c8164bbff0 [file] [log] [blame]
{
"name": "KZ_Categories",
"version": "0.1",
"summary": "iOS categories.",
"homepage": "https://github.com/KieronZhang/KZ_Categories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_Categories.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "Foundation",
"vendored_frameworks": "KZ_Categories/KZ_CategoriesFramework.framework",
"requires_arc": true,
"dependencies": {
"KZ_JSON": [
]
}
}