blob: ed4bcf544c6c2a826a898a26961dc827fac248a3 [file] [log] [blame]
{
"name": "Const",
"version": "0.1.1",
"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.1"
},
"source_files": "Sources/Const/**/*.swift",
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}