blob: de7d02c9b3ccf844f1987fc867586f4e0b8e543e [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "1.0.0",
"summary": "Utilities to make iOS development faster and be more productive.",
"description": "Apple doesn't provide some useful utilities to make our lives a little easier. This might be for a (good) reason, such as keeping the standard library lightweight. My experience in iOS Development was a little 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": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}