2 "name": "NSLayoutEquations",
4 "summary": "Make NSLayoutConstraint as easy as y = mx + b.",
5 "description": " Seriously: it's just y=mx+b. So why does the average NSLayoutConstraint take 200-odd characters to initialise?\n \n Adds two new methods:\n * +[NSLayoutConstraint constraintWithFormula:LHS:RHS:]\n * -[UIView constrain:to:]\n \n Make auto layout as simple as a sentence.\n",
6 "homepage": "https://github.com/gormster/NSLayoutEquations",
9 "gormster": "gormster@me.com"
12 "git": "https://github.com/gormster/NSLayoutEquations.git",
18 "source_files": "NSLayoutConstraint+Equations.{h,m}",
19 "public_header_files": "NSLayoutConstraint+Equations.h",