blob: 994cbbe0a249ba22a74c89858c7c957080f683cd [file] [log] [blame]
{
"name": "Const",
"version": "0.1.0",
"summary": "Yet another Auto Layout DSL",
"description": "const is a (another) type-safe and expressive Swift DSL for Auto Layout",
"homepage": "https://github.com/acedened/const",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vadim Novoseltsev": "acedened@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/acedened/const.git",
"tag": "0.1.0"
},
"source_files": "Sources/Const/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}