blob: 279edb6684e2de8f447cd318b25558b4bcef1d6d [file] [log] [blame]
{
"name": "ClipLayout",
"version": "1.1.2",
"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.1.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "ClipLayout/Classes/**/*",
"swift_version": "4.1"
}