blob: 5aa2b48018774e1e271cb893d3a04075e1e028ec [file] [log] [blame]
{
"name": "Cartography",
"version": "0.4.0",
"summary": "Declarative Auto Layout in Swift",
"description": " Set up your Auto Layout constraints declaratively and without any stringly typing!\n",
"homepage": "https://github.com/robb/Cartography",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/robb/Cartography.git",
"tag": "0.4.0"
},
"source_files": "Cartography/*.swift",
"requires_arc": true
}