blob: bcebd6cbb1f17a36071a0f29d4e751037b47a71f [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "0.1.1",
"summary": "Utilities to make iOS development faster and be more productive.",
"description": "iOS Development is brutally painful. Apple doesn't provide useful utilities to make our lives easier. This might be for a good reason. This library was created to save you time and let you be more productive at work, or even at your personal projects!",
"homepage": "https://github.com/PowerUpX/PowerUpSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ceferino Jose II": "cefjoeii@gmail.com"
},
"source": {
"git": "https://github.com/PowerUpX/PowerUpSwift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
]
}