blob: 7994517fe973e22f8cbe2f5ef06b94e7a304a29f [file] [log] [blame]
{
"name": "MultiModelTableViewDataSource",
"version": "0.0.5",
"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.5"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "MultiModelTableViewDataSource/Classes/**/*"
}