blob: a05b144db9d4fed2bb63234ef03669bb19683081 [file] [log] [blame]
{
"name": "TableDiff",
"version": "0.1.0",
"summary": "TableDiff: Handle updates to a TableView's/CollectionView's datasource changes",
"description": "TableDiff calculates the diff between two datsources to then update the\nview with the appropriate animations provided by UIKit.",
"homepage": "http://github.com/willowtreeapps/TableDiff",
"license": "All rights reserved.",
"authors": {
"Ian Terrell": "ian.terrell@willowtreeapps.com",
"Kent White": "kent.white@willowtreeapps.com"
},
"source": {
"git": "https://github.com/willowtreeapps/TableDiff.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift"
}