blob: 7db0e2a4838afa837f172123418ada005ef7d0a9 [file] [log] [blame]
{
"name": "BadasSwift",
"version": "0.1.0",
"summary": "A colourful library of Swift base classes extensions & customed stuff!",
"swift_version": "4.0",
"description": "A colourful library of Swift base classes extensions & customed stuff!\n-> Currently a work in progress. Lot of cleaning to do here!",
"homepage": "https://github.com/morganberger/BadasSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"morganberger": "morgan.berger71@gmail.com"
},
"source": {
"git": "https://github.com/morganberger/BadasSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "BadasSwift/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}