blob: cb75aafd59a9f54ef832abe582f16b4ffcc1c965 [file] [log] [blame]
{
"name": "SwiftBaseBootstrap",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "Source/**/*",
"dependencies": {
"PureLayout": [
"~> 3.1.4"
]
}
}