blob: 403609f76292f3cca0decc42c2870f030db1346a [file] [log] [blame]
{
"name": "BadasSwift",
"version": "0.1.8",
"summary": "A colourful library of Swift base classes extensions & customed stuff!",
"swift_versions": "5.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.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BadasSwift/Classes/**/*.{h,m,swift}",
"resources": [
"BadasSwift/Classes/**/*.xib",
"BadasSwift/Assets/assets.xcassets"
],
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"SwiftyJSON": [
"~> 5.0.0"
]
},
"subspecs": [
{
"name": "Resources",
"resource_bundles": {
"BadasSwift": [
"BadasSwift/Assets/**/*.{png}",
"BadasSwift/Classes/**/*.xib"
]
}
}
],
"swift_version": "5.0"
}