[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / a / b / MMUtils / 0.0.1 / MMUtils.podspec.json
blob2dd742f0670994df4d625136078c2c097964daec
2   "name": "MMUtils",
3   "version": "0.0.1",
4   "summary": "Simple group of utilities, mostly extensions, I use on the regular.",
5   "description": "\t\t\t\t\tSimple group of utilities, mostly extensions, I use on the regular. Cheers.\n",
6   "homepage": "https://github.com/mccannmax/MMUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maximus McCann": "maximusmccann@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mccannmax/MMUtils.git",
19     "tag": "0.0.1"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "source_files": [
27     "MMUtils",
28     "MMUtils/Helpers/*.swift"
29   ]