blob: a1c3912e55751f20c4caa9ab09f0b078296897b3 [file] [log] [blame]
{
"name": "layoutpod",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "layoutpod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}