blob: 6995efe7a50a33fb2f6ba8a258d3da974c2a9634 [file] [log] [blame]
{
"name": "LayoutEngine",
"version": "0.0.1",
"summary": "Manually calculate frames for views stacked on top of each-other",
"description": "LayoutEngine is a tiny framework that allows you to declarativly define how views should be stacked on top of each-other and manually update their frame. Ideal when auto-layout is not performant enough.",
"homepage": "https://github.com/rechsteiner/LayoutEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Martin Rechsteiner",
"social_media_url": "http://twitter.com/rechsteiner",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rechsteiner/LayoutEngine.git",
"tag": "0.0.1"
},
"source_files": "LayoutEngine/*.swift",
"requires_arc": true
}