4 "summary": "A tool for setting up UIView elements programatically with one line of code.",
5 "description": "When you want to add UIView element into your project, you only need to declare it as variable or constant.\nExample: let exampleLabel = DRViewMaker.makeLabel()\nAfter that you only need to set up constraints and you're good to go.",
6 "homepage": "https://github.com/DejanRibnikar/DRViewMaker",
12 "Dejan Ribnikar": "dejanribnikar@gmail.com"
15 "git": "https://github.com/DejanRibnikar/DRViewMaker.git",
21 "source_files": "DRViewMaker/*.{swift,plist,h}",
22 "swift_version": "4.1"