blob: 7e0e1f19d9c74a014a60b6c36cab676c3597d833 [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "0.2.1",
"summary": "Utilities to make iOS development faster and be more productive.",
"description": "Apple doesn't provide some useful utilities to make our lives easier. This might be for a (good) reason. My experience in iOS Development was brutally painful. It's usually difficult to implement a simple basic feature that you can easily do in Android built-in, so you end up doing a couple more hacks. I created this library to save time, to be more productive, and to be DRY (Don't Repeat Yourself).",
"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.2.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
]
}