blob: 7a39e72c9b3f3f14de97cf0856704868f6f9e193 [file] [log] [blame]
{
"name": "FlexDataSource",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/elliot_schrock",
"platforms": {
"ios": "8.0"
},
"source_files": "FlexDataSource/Classes/**/*",
"swift_version": "5.2"
}