blob: 002750b414b449768ccfc64f625045fc4bd9fe79 [file] [log] [blame]
{
"name": "SwiftDataProvider",
"version": "1.12.1",
"summary": "Reduce boilerplate code for UITableView and UITableViewController's data source",
"description": "Handling TableViews and animated updates is now easer than you think. Design your TableView with your Models instead of keeping track of all the IndexPaths and IndexSets.",
"homepage": "https://github.com/EMart86/SwiftDataProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Eberl": "eberl_ma@gmx.at"
},
"source": {
"git": "https://github.com/EMart86/SwiftDataProvider.git",
"tag": "1.12.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "SwiftDataProvider/Classes/**/*"
}