blob: 28580d209d1242e4747e2d77ee1da4874b254115 [file] [log] [blame]
{
"name": "Constraint",
"version": "0.1.6",
"summary": "Constraint is a simple Swift wrapper for iOS Auto Layout that has a very natural syntax.",
"description": "Constraint is a simple Swift wrapper for iOS Auto Layout that has a very natural syntax. You can either create layouts directly using the `Constraint` class methods or use the extensions on `UIView` related classes.",
"homepage": "https://github.com/lucasvandongen/Constraint",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lucasvandongen": "lucas.van.dongen@gmail.com"
},
"source": {
"git": "https://github.com/lucasvandongen/Constraint.git",
"tag": "0.1.6"
},
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Classes/**/*.swift"
}