blob: 0ad3d4219fefb3412b0d54aa3d004102af238329 [file] [log] [blame]
{
"name": "SwiftyEssentials",
"version": "1.0.0",
"summary": "Classes and extensions to simplify the generally iOS development on Swift.",
"swift_version": "3.2",
"description": "Set of classes and extensions that simplifies the daily development of applications in Swift.",
"homepage": "https://github.com/josuemeza/SwiftyEssentials",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josue Meza Peña": "contacto@josuemeza.com"
},
"source": {
"git": "https://github.com/josuemeza/SwiftyEssentials.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyEssentials/Classes/**/*"
}