blob: 171f01bc96c55f3c51508827b506214ec304c805 [file] [log] [blame]
{
"name": "StickySugar",
"version": "1.0.0",
"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.0.0"
},
"social_media_url": "https://twitter.com/madskleemann",
"platforms": {
"ios": "9.0"
},
"source_files": "StickySugar/Classes/**/*",
"swift_version": "4.2"
}