[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 4 / 2 / 3 / NSLayoutEquations / 0.2.0 / NSLayoutEquations.podspec.json
blob5cbbebef4f2b53478011e5bfbd578995e0510483
2   "name": "NSLayoutEquations",
3   "version": "0.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "gormster": "gormster@me.com"
10   },
11   "source": {
12     "git": "https://github.com/gormster/NSLayoutEquations.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "NSLayoutConstraint+Equations.{h,m}",
19   "public_header_files": "NSLayoutConstraint+Equations.h",
20   "requires_arc": true