blob: 779285b6d87333b832d4aefa33a2f0ee3198aeab [file] [log] [blame]
{
"name": "KZ_Categories_DEV",
"version": "0.1.6",
"summary": "iOS & macOS categories.",
"homepage": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_Categories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://kieron.asuscomm.com:9091/KieronZhang"
},
"source": {
"git": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_Categories.git",
"tag": "0.1.6",
"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"
}
}