blob: 2e5ee3f20d8ec50545b8b7e192b20a170d38917c [file] [log] [blame]
{
"name": "SwiftDataProvider",
"version": "1.0.0",
"summary": "Lightweight wrapper for handling animated updates of the UITablewView or UITableViewController",
"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": {
"EMart86": "martin.eberl@styria.com"
},
"source": {
"git": "https://github.com/EMart86/SwiftDataProvider.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "SwiftDataProvider/Classes/**/*"
}