blob: fce760df2f6db14809bc085779e6634030660e90 [file] [log] [blame]
{
"name": "Manuscript",
"version": "0.0.4",
"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 * (not yet) fully documented\n * completely unit-tested\n",
"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": "0.0.4"
},
"social_media_url": "https://twitter.com/xcuze",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}