blob: 2dd742f0670994df4d625136078c2c097964daec [file] [log] [blame]
{
"name": "MMUtils",
"version": "0.0.1",
"summary": "Simple group of utilities, mostly extensions, I use on the regular.",
"description": "\t\t\t\t\tSimple group of utilities, mostly extensions, I use on the regular. Cheers.\n",
"homepage": "https://github.com/mccannmax/MMUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maximus McCann": "maximusmccann@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mccannmax/MMUtils.git",
"tag": "0.0.1"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source_files": [
"MMUtils",
"MMUtils/Helpers/*.swift"
]
}