4 "summary": "A library that simplifies NSLayoutAnchorConstraints.",
5 "description": "NSLayoutAnchors can get wordy, for example, four lines are required to constrain a subview to all four sides of the superview. This library allows you to do the same constraint with a single line. When developing views programatically, this library will greatly reduce the amount of code, and vastly improve the DRYness of the code.",
6 "homepage": "https://github.com/robbroadwell/layoutpod",
12 "Rob Broadwell": "hello@robbroadwell.com"
15 "git": "https://github.com/robbroadwell/layoutpod.git",
21 "source_files": "layoutpod/Classes/**/*",
22 "pushed_with_swift_version": "3.0"