blob: 5ef98764bbdba9883ada8afb5015236d8eefda9e [file] [log] [blame]
{
"name": "QuickLayout",
"version": "3.0.0",
"summary": "Written in pure Swift, QuickLayout offers a neat way to manage Auto Layout in code.",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"requires_arc": true,
"description": "QuickLayout offers an additional way to easily the layout constraints using only code. You can harness the power of QuickLayout to align your interface programmatically without even creating any constraints explicitly.",
"homepage": "https://github.com/huri000/QuickLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Huri": "huri000@gmail.com"
},
"source": {
"git": "https://github.com/huri000/QuickLayout.git",
"tag": "3.0.0"
},
"source_files": "QuickLayout/**/*.{swift,h}"
}