blob: b78597fb17f701574cc586297841d25f4ab98570 [file] [log] [blame]
{
"name": "Manuscript",
"version": "1.1.0",
"summary": "AutoLayoutKit in pure Swift.",
"description": "It's like AutoLayoutKit but written in Swift. For pure Swift projects. And it's super simple.\n\n* concise, simple and convenient API\n* raw AutoLayout power\n* no black magic involved\n* fully documented\n* completely unit-tested",
"homepage": "https://github.com/floriankrueger/Manuscript",
"license": "MIT",
"authors": {
"Florian Krüger": "florian.krueger@projectserver.org"
},
"source": {
"git": "https://github.com/floriankrueger/Manuscript.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/xcuze",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}