[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / b / e / MABToolkit / 1.0.3 / MABToolkit.podspec.json
blob59dd874473752472a3d050bfcdac3881eb844a36
2   "name": "MABToolkit",
3   "version": "1.0.3",
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",
7   "license": "MIT",
8   "authors": {
9     "Michael Bianco": "info@cliffsidedev.com"
10   },
11   "social_media_url": "http://twitter.com/mike_bianco",
12   "platforms": {
13     "osx": null
14   },
15   "source": {
16     "git": "https://github.com/iloveitaly/MABCocoaToolkit.git",
17     "tag": "1.0.3"
18   },
19   "source_files": "*.{h,m}",
20   "frameworks": [
21     "SystemConfiguration",
22     "IOKit"
23   ],
24   "requires_arc": false