blob: 2667f98610a53365fdbc60010681789a280bc0a0 [file] [log] [blame]
{
"name": "FlexDataSource",
"version": "0.1.4",
"summary": "FlexDataSource 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",
"5.2"
],
"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/flex-data-source",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot": ""
},
"source": {
"git": "https://github.com/ThryvInc/flex-data-source.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "11.0"
},
"source_files": "FlexDataSource/Classes/**/*",
"dependencies": {
"fuikit": [
]
},
"swift_version": "5.2"
}