blob: dbeb1d065b0a479caf1cf27e15b2dd5d5654951d [file] [log] [blame]
{
"name": "PowerUpSwift",
"version": "0.1.0",
"summary": "Make iOS development faster and be more productive.",
"description": "Apple doesn't provide useful utilities to make our lives easier. This might be for a good reason. Use this library to save time and be more productive!",
"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.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PowerUpSwift/Classes/**/*",
"swift_version": "4.1",
"frameworks": [
"UIKit",
"Foundation"
]
}