blob: e26a999b402b814d863eef7359e4f32ff1730ad3 [file] [log] [blame]
{
"name": "KZ_Categories_DEV",
"version": "0.1.4",
"summary": "iOS & macOS categories.",
"homepage": "http://47.95.250.128/GitHubDemos/KZ_Categories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://47.95.250.128/KieronZhang"
},
"source": {
"git": "http://47.95.250.128/GitHubDemos/KZ_Categories.git",
"tag": "0.1.4",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "Categories_DEV/**/*.{h,m}"
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
],
"source_files": [
"Categories_DEV/DataCategory/*.{h,m}",
"Categories_DEV/ObjectCategory/*.{h,m}",
"Categories_DEV/StringCategory/*.{h,m}"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}