blob: 2745bd8070ea161efbab67150d815734f29b8967 [file] [log] [blame]
{
"name": "StickySugar",
"version": "1.1.1",
"summary": "Syntactic sugar untop of AutoLayout to stick views together",
"description": "Syntactic sugar untop of AutoLayout to stick views together.\nSticky sugar adds convenience methods on top of auto layout to build and apply constraints to your view in a nice and chainable way.",
"homepage": "https://github.com/Kleemann/StickySugar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mads Kleemann": ""
},
"source": {
"git": "https://github.com/Kleemann/StickySugar.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/madskleemann",
"platforms": {
"ios": "9.0"
},
"source_files": "StickySugar/Classes/**/*",
"swift_version": "4.2"
}