blob: d9eff76721c6393de9dd7498b8b8a218e3ba9008 [file] [log] [blame]
{
"name": "SwiftBaseBootstrap",
"version": "0.1.3",
"summary": "Swift Base Bootstrap Framework.",
"description": "A swift base bootstrap framework for some useful extentions.",
"homepage": "https://github.com/dragonetail/SwiftBaseBootstrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dragonetail": "dragonetail@gmail.com"
},
"source": {
"git": "https://github.com/dragonetail/SwiftBaseBootstrap.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "Source/**/*",
"dependencies": {
"PureLayout": [
"~> 3.1.4"
]
}
}