2 "name": "ConstraintDSL",
4 "summary": "A small DSL library to make the constraints more descriptive",
5 "description": "This is a small library that turns writing constraints into something more descriptive:\njust small equations, as it is in Apple's representation.\n\nSomething like:\n\n oneView.topConstraint ==== otherView.topConstraint + 16\n oneView.width ==== (otherView.width * 0.5) - 16",
6 "homepage": "https://bitbucket.org/botros_fadi/ios-constraint-dsl",
12 "fadi-botros": "botros_fadi@yahoo.com"
15 "git": "https://bitbucket.org/botros_fadi/ios-constraint-dsl.git",
18 "swift_version": "4.2",
22 "source_files": "ConstraintDSL/Classes/**/*"