blob: 2c3745618634ee36d150adeedc1ef30556ecb283 [file] [log] [blame]
{
"name": "SwiftyEssentials",
"version": "1.0.6",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"source_files": "SwiftyEssentials/Classes/**/*"
}