blob: 32fcdaf9fa503f3045c50b4d1468958fd3eb33ce [file] [log] [blame]
{
"name": "SkinnySwift",
"version": "0.2.0",
"summary": "A selection of various classes that I use all the time",
"description": "What's inside\n- Extensions: UIView, UIColor\n- Tools: CodeExecutionTimer\n- Utilities: Alerts",
"homepage": "https://github.com/abavisg/SkinnySwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"${USER_NAME}": "${USER_EMAIL}"
},
"source": {
"git": "https://github.com/abavisg/SkinnySwift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SkinnySwift/**/*"
}