blob: 8b0edfad6e5d0eb21eec9e8e0f7007f8cdfafd07 [file] [log] [blame]
{
"name": "LBTATools",
"version": "0.1.8",
"summary": "Set of tools to drastically improve development speed of UI in iOS applications",
"description": "A lot of the applications built for contract and consulting gigs require a ton of heavy lifting in terms of boilerplate code. For the most part, I do a lot of prototyping and enjoy using a large set of tools that help me avoid a ton of repetitive syntax. This library is aimed to reduce all the mundane code related to UI development.",
"homepage": "https://github.com/bhlvoong/LBTATools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Voong": "admin@letsbuildthatapp.com"
},
"source": {
"git": "https://github.com/bhlvoong/LBTATools.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}