2 "name": "ReadableConstraints",
4 "summary": "A swift 2.0 library that makes it easier to write constraints using iOS9+ constraint system",
5 "description": "ReadableConstraints aims to be a less cryptic, easy-to-read constraint system\nthat wraps the iOS9 constraint calls. Instead of having to dedicate an entire\nline to a constraint, simply write `ctr1.isLeftOf(ctr1.BY, 10).isAbove(.BY,10)`",
6 "homepage": "https://github.com/steve-cuzzort/ReadableConstraints",
9 "Steve Cuzzort": "stephen.cuzzort@gmail.com"
12 "git": "https://github.com/steve-cuzzort/ReadableConstraints.git",
19 "source_files": "Pod/Classes/**/*",
21 "ReadableConstraints": [