blob: dd82954b4ed9df117ad1fa9d20ae49c599654500 [file] [log] [blame]
{
"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-nslayoutconstraint\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"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"
]
}