4 "summary": "Generate the code to recreate a layout made in Interface Builder programmatically.",
5 "description": "This library helps you build views programmatically by turning a layout made in Interface Builder into the code needed to build the equivalent layout in code (Swift 3 for the moment). It recreate the view hierarchy, constraints (in SnapKit or Anchors syntax on option) and extract a few basic properties, like backgroundColor and titles.",
6 "homepage": "https://github.com/xdaleau/IBToCode",
12 "Xavier Daleau": "xavier.daleau@gmail.com"
15 "git": "https://github.com/xdaleau/IBToCode.git",
21 "source_files": "IBToCode/Classes/**/*",
22 "frameworks": "UIKit",
23 "pushed_with_swift_version": "3.0"