blob: 59dd874473752472a3d050bfcdac3881eb844a36 [file] [log] [blame]
{
"name": "MABToolkit",
"version": "1.0.3",
"summary": "Reusable categories and classes for developing Cocoa applications",
"description": " Main functionality:\n\n * Managing + creating your app's support folder\n * NSTableView+MABTableViewSizing - class for easily resizing a table's columns to fit available width\n * Helpful macros for managing preferences, checking for empty values, and other misc tasks\n * Implementation of the Levenshtein string distance algorithm as a NSString category\n * Simple contains (case and non-case sensitive) boolean functions for NSString\n * NSSplitView with divider image\n * A combination of the old CPSystemInformation class and Sparkle's system profiler. Self-contained and allows for the retrieval of some additional information that Sparkle does not allow for.\n",
"homepage": "https://github.com/iloveitaly/MABCocoaToolkit",
"license": "MIT",
"authors": {
"Michael Bianco": "info@cliffsidedev.com"
},
"social_media_url": "http://twitter.com/mike_bianco",
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/iloveitaly/MABCocoaToolkit.git",
"tag": "1.0.3"
},
"source_files": "*.{h,m}",
"frameworks": [
"SystemConfiguration",
"IOKit"
],
"requires_arc": false
}