blob: 4fc48d245106abc646a8dd3b57b500de850b5aa0 [file] [log] [blame]
{
"name": "TableSchemer",
"version": "1.1.6",
"summary": "Interactive static table views with ease",
"description": "TableSchemer is a framework for building static interactive table views. Interface Builder provides a great way to build out static table views, but not everyone uses interface builder, and adding interactivity to these table views is difficult. Writing interactive static table views traditionally is a tiresome task due to working with index paths, and having multiple delegate methods to handle configuration, sizing, and selection handling. They're also a huge pain to maintain when the need to reorder them comes as you need to update the index paths in all those locations.\n",
"homepage": "https://github.com/Weebly/TableSchemer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"James Richard": "james@weebly.com"
},
"social_media_url": "http://twitter.com/ketzusaka",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Weebly/TableSchemer.git",
"tag": "v1.1.6"
},
"source_files": "TableSchemer/*.swift",
"requires_arc": true
}