blob: 48d8658458fc3ea8a96fda539621e37ac77f1366 [file] [log] [blame]
{
"name": "RKTableAdapter",
"version": "0.1.12",
"summary": "Table Adapter",
"description": "Table Adapter\n\n0.1.12\n Update estimated height for row and height for row\n Fix batch updater\n\n0.1.11\n Replace semaphore to NSLock (fix random deinit crash)\n\n0.1.10\n Refactoring\n Update table cell without reloadRow if possible\n Delete + Insert to the same indexPath is no longer converted to an update (https://github.com/Instagram/IGListKit/issues/297)\n\n0.1.9\n Refactoring\n Fix batch update\n\n0.1.8\n Add Collection Adapter\n Update Example\n\n0.1.7\n Fix switch cell animation\n\n0.1.6\n Small fixes\n\n0.1.5\n Small fixes\n\n0.1.4\n Small fixes\n\n0.1.3\n fix CellCalculator and CellLayout (add open and public)\n\n0.1.2\n Add CellCalculator and CellLayout\n\n0.1.1\n Add support DeepDiff and batch update\n\n0.1.0\n Init",
"homepage": "https://github.com/DaskiOFF/RKTableAdapter",
"documentation_url": "https://daskioff.github.io/RKTableAdapter/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DaskiOFF": "waydeveloper@gmail.com"
},
"source": {
"git": "https://github.com/DaskiOFF/RKTableAdapter.git",
"tag": "0.1.12"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit"
}