Latest | 0.1.0 |
---|---|
Homepage | https://bitbucket.org/foensi/constraint-expressions-ios |
License | MIT |
Platforms | ios 6.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
Latest podspec
{ "name": "ConstraintExpressions", "version": "0.1.0", "homepage": "https://bitbucket.org/foensi/constraint-expressions-ios", "summary": "A DSL to create NSLayoutConstraints in code.", "description": " Inspired by http://praeclarum.org/post/45690317491/easy-layout-a-dsl-for-nslayoutconstraintn", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Markus Gasser": "[email protected]" }, "source": { "git": "https://github.com/frenetisch-applaudierend/constraint-expressions.git", "tag": "0.1.0" }, "platforms": { "ios": "6.0" }, "source_files": "Sources/**/*.{h,m}", "public_header_files": "Sources/**/*.h", "requires_arc": true, "frameworks": [ "Foundation", "UIKit" ] }
Fri, 04 Mar 2016 03:49:04 +0000