blob: b37cb6f5a79af84afaa17938a7f87531aaf98bee [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "1.0.2",
"summary": "Make iOS Development faster and become more productive.",
"description": "Apple doesn't provide some basic useful utilities to make our iOS Development lives a little easier. This might be for a [good] reason, such as keeping the platform lightweight. It sometimes requires extra time and effort to implement a simple basic feature that you can easily do in Android built-in, so you end up doing a couple more hacks. This library was created 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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}