blob: e033fad7b14c25fb15d7de64b447700b3dccf5c3 [file] [log] [blame]
{
"name": "ABUtils",
"version": "0.1.0",
"summary": "Utils that can be used in any project, to reduce the amount of repetitive code by providing users with useful pre-written functions.",
"description": "Utils that can be used in any project, to reduce the amount of repetitive code by providing users with useful pre-written functions. As demand increases for a function, it will be added.",
"homepage": "https://github.com/andrewboryk/ABUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Boryk": "aboryk@mercymavericks.edu"
},
"source": {
"git": "https://github.com/andrewboryk/ABUtils.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ABUtils/Classes/**/*"
}