blob: 0479546271b7ccc24ee5ce036eae89910d0aac2a [file] [log] [blame]
{
"name": "Constraint",
"version": "0.9.5",
"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.9.5"
},
"swift_versions": "5.0",
"social_media_url": "https://twitter.com/LucasVanDongen",
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*.swift",
"swift_version": "5.0"
}