4 "summary": "Reusable categories and classes for developing Cocoa applications",
5 "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",
6 "homepage": "https://github.com/iloveitaly/MABCocoaToolkit",
9 "Michael Bianco": "info@cliffsidedev.com"
11 "social_media_url": "http://twitter.com/mike_bianco",
16 "git": "https://github.com/iloveitaly/MABCocoaToolkit.git",
19 "source_files": "*.{h,m}",
21 "SystemConfiguration",