blob: 7f1c77edb4b2c39b86fd718909faa0630cbe06a3 [file] [log] [blame]
{
"name": "Cartography",
"version": "4.0.0",
"summary": "Declarative Auto Layout in Swift",
"description": "Set up your Auto Layout constraints declaratively and without any stringly typing!",
"homepage": "https://github.com/robb/Cartography",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/robb/Cartography.git",
"tag": "4.0.0"
},
"source_files": "Cartography/*.swift"
}