blob: 696c04cff4d1cd9e00d837751db20973834e7404 [file] [log] [blame]
{
"name": "IBToCode",
"version": "0.1.1",
"summary": "Generate the code to recreate a layout made in Interface Builder programmatically.",
"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.",
"homepage": "https://github.com/xdaleau/IBToCode",
"license": {
"type": "AGPLv3",
"file": "LICENSE"
},
"authors": {
"Xavier Daleau": "xavier.daleau@gmail.com"
},
"source": {
"git": "https://github.com/xdaleau/IBToCode.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IBToCode/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}