blob: 86b0eda98b459a1e671ee1efd024a2af48a56fd8 [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "0.1.3",
"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.1.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
]
}