blob: 98a66c41b46adf032fed62f078c87216add78596 [file] [log] [blame]
{
"name": "CategorizationKit",
"version": "0.1.0",
"summary": "An NSArray items categorization Framework",
"description": "An NSArray items categorization Framework. Category Labels are build using NSPredicate objects.",
"homepage": "https://github.com/jvega1976/CategorizationKit.git",
"license": {
"type": "GPL3",
"file": "LICENSE"
},
"authors": {
"jvega1976": "johnny.vega@me.com"
},
"platforms": {
"osx": "10.14"
},
"source": {
"git": "https://github.com/jvega1976/CategorizationKit.git",
"tag": "0.1.0"
},
"source_files": [
"CategorizationKit",
"CategorizationKit/**/*.{h,m}"
]
}