[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 9 / IBToCode / 0.1.0 / IBToCode.podspec.json
blob4c2a1bae513fd11f3bdaab3d7bdb422db1834d22
2   "name": "IBToCode",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "AGPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xavier Daleau": "xavier.daleau@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/xdaleau/IBToCode.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IBToCode/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"