| { |
| "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" |
| } |