blob: fc09e7c786ead33df8cd9630f84dddf3a1f7f746 [file] [log] [blame]
{
"name": "SwiftDataProvider",
"version": "1.6.0",
"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.6.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "SwiftDataProvider/Classes/**/*"
}