blob: b2d3cc6b9c16c4080932a255a5c92e2c2d511ef1 [file] [log] [blame]
{
"name": "UILayoutBuilder",
"version": "0.1.0",
"summary": "An AutoLayout DSL that intuitive syntax and viewable hierarchy.",
"homepage": "https://github.com/marty-suzuki/UILayoutBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taiki Suzuki": "s1180183@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.11",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/marty-suzuki/UILayoutBuilder.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}