blob: 8769b7e327a3f2829fca255282aaf74b7830a806 [file] [log] [blame]
{
"name": "TableViewConfigurator",
"version": "1.5.0",
"summary": "A declarative approach to UITableView configuration resulting in thinner and more robust controllers.",
"description": "* More declarative and easier to read approach to UITableView-based UI construction.\n* Declarative approach allows the construction of smaller and more robust controllers.\n* Extensive unit testing increases confidence in correctness of UI.",
"homepage": "https://github.com/johntvolk/TableViewConfigurator",
"license": "MIT",
"authors": {
"John Volk": "john.t.volk@gmail.com"
},
"source": {
"git": "https://github.com/johntvolk/TableViewConfigurator.git",
"tag": "1.5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TableViewConfigurator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}