blob: 3376d5149ef5e017c7b0e913163374e2f79e4e0a [file] [log] [blame]
{
"name": "MultiModelTableViewDataSource",
"version": "0.0.8",
"summary": "MultiModelTableViewDataSource makes it dead simple to create table views with multiple types of cells coexisting.",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0",
"5.1"
],
"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.8"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "MultiModelTableViewDataSource/Classes/**/*",
"swift_version": "5.1"
}