blob: c025f4e854d5ffe503ca0b6d816316be2015ea75 [file] [log] [blame]
{
"name": "ChainLayout",
"version": "0.2.0",
"summary": "Layout helpers with chained calls",
"description": "UIView extension to create NSLayoutConstrains and manage them",
"homepage": "https://github.com/sclown/chain-layout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Kurkin": "kurd1983@gmail.com"
},
"source": {
"git": "https://github.com/sclown/chain-layout.git",
"tag": "0.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "ChainLayout/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}