blob: 1ed5723d69ce2b29a8b234043b32cf0dce1e6f04 [file] [log] [blame]
{
"name": "ClosureLayout",
"version": "1.0.0",
"summary": "A lightweight DSL for simple auto layout in Swift.",
"description": "ClosureLayout enables you to create constraints with a simple closure and straightforward operators.",
"homepage": "https://github.com/Kolos65/ClosureLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kolos Foltányi": "kolos65@gmail.com"
},
"source": {
"git": "https://github.com/Kolos65/ClosureLayout.git",
"tag": "1.0.0"
},
"source_files": "Sources/ClosureLayout/*.swift",
"platforms": {
"ios": "9.0"
}
}