blob: 5a95a9dca5673cb6d1c529857888911603525614 [file] [log] [blame]
{
"name": "ClipLayout",
"version": "1.2.7",
"summary": "Simple and performant Layout Engine. It's faster and more concise AutoLayout alternative :)",
"description": "ClipLayout allows you to write less code for determining the size of the views and positioning them on screen.",
"homepage": "https://github.com/DenisLitvin/ClipLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Litvin": "den.litvinn@gmail.com"
},
"source": {
"git": "https://github.com/DenisLitvin/ClipLayout.git",
"tag": "1.2.7"
},
"platforms": {
"ios": "9.3"
},
"source_files": "ClipLayout/Classes/**/*",
"swift_version": "4.1"
}