blob: c7c3012cf9ee3ddc760997141874200df3516cd9 [file] [log] [blame]
{
"name": "layoutpod",
"version": "0.1.0",
"summary": "A library that simplifies NSLayoutAnchorConstraints.",
"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.",
"homepage": "https://github.com/robbroadwell/layoutpod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rob Broadwell": "hello@robbroadwell.com"
},
"source": {
"git": "https://github.com/robbroadwell/layoutpod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "layoutpod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}