blob: a323f34be653dddb4a64e632595c16de46de6438 [file] [log] [blame]
{
"name": "MultiModelTableViewDataSource",
"version": "0.0.1",
"summary": "MultiModelTableViewDataSource makes it dead simple to create table views with multiple types of cells coexisting.",
"description": "This pod moves configuration from the data source to individual cell model classes. By doing so, it becomes straightforward to mix and match cells within the same UITableView.",
"homepage": "https://github.com/ThryvInc/multi-model-table-view-data-source",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot": ""
},
"source": {
"git": "https://github.com/ThryvInc/multi-model-table-view-data-source.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "MultiModelTableViewDataSource/Classes/**/*",
"pushed_with_swift_version": "4.0"
}