blob: 4f4a056c09e6458891984447e3d5e345777ddb77 [file] [log] [blame]
{
"name": "MBDataSource",
"version": "5.1.0",
"summary": "Simplifies the setup of UITableView data sources and cells using type-safe cell configurators.",
"description": "Framework to simplify the setup of UITableView data sources and cells.\nSeparates the model (represented by a generic DataSource) from the representation (TableViewDataSource) by using type-safe cell configurators (TableViewCellConfigurator) to handle the table cell setup in an simple way.",
"homepage": "https://github.com/mbuchetics/DataSource",
"screenshots": "https://github.com/mbuchetics/DataSource/raw/master/Resources/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthias Buchetics": "mbuchetics@gmail.com"
},
"social_media_url": "https://twitter.com/mbuchetics",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mbuchetics/DataSource.git",
"tag": "5.1.0"
},
"source_files": "DataSource/*.swift",
"requires_arc": true,
"dependencies": {
"Diff": [
"~> 0.5"
]
},
"pushed_with_swift_version": "3.0"
}