[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / b / e / MABToolkit / 1.0.2 / MABToolkit.podspec.json
blob13ac5b9e8288112e9289145c86ca82e3070a5861
2   "name": "MABToolkit",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "Some reusable code to handle some common Mac dev problems.",
6   "homepage": "https://github.com/iloveitaly/MABCocoaToolkit",
7   "authors": {
8     "Michael Bianco": "iloveitaly@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/iloveitaly/MABCocoaToolkit.git",
12     "tag": "1.0.2"
13   },
14   "description": "Bundle of categories and classes to make some common Cocoa tasks easier: support folder management, table view resizing, string search, and some other tasks.",
15   "platforms": {
16     "osx": null
17   },
18   "source_files": "*.{h,m}",
19   "frameworks": [
20     "SystemConfiguration",
21     "IOKit"
22   ],
23   "requires_arc": false