blob: c8b69a497a0293925d829b22a7a7ea6413867521 [file] [log] [blame]
{
"name": "NSLayoutEquations",
"version": "0.1.1",
"summary": "Make NSLayoutConstraint as easy as y = mx + b.",
"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",
"homepage": "https://github.com/gormster/NSLayoutEquations",
"license": "MIT",
"authors": {
"gormster": "gormster@me.com"
},
"source": {
"git": "https://github.com/gormster/NSLayoutEquations.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NSLayoutConstraint+Equations.{h,m}",
"public_header_files": "NSLayoutConstraint+Equations.h",
"requires_arc": true
}