blob: 8268fbb7a284aad3708010e75b5f67186f11c292 [file] [log] [blame]
{
"name": "UIBuilder",
"version": "0.2.5",
"summary": "An iOS swift library intended to assist with programatically building complicated UI elements.",
"description": "Provides low level constraint based building blocks to ease development of programatically generated\nviews. Also includes stacking views that aid in more complex view creation.",
"homepage": "https://github.com/e2technologies/UIBuilder-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Chapman": "chapman@e2tec.com"
},
"source": {
"git": "https://github.com/e2technologies/UIBuilder-swift.git",
"tag": "0.2.5"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "UIBuilder/Classes/**/*"
}