[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 7 / e / RKTableAdapter / 0.1.11 / RKTableAdapter.podspec.json
blob733a232a8b266f40e0edda3572c3c0dc28b2e936
2   "name": "RKTableAdapter",
3   "version": "0.1.11",
4   "summary": "Table Adapter",
5   "description": "Table Adapter\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",
6   "homepage": "https://github.com/DaskiOFF/RKTableAdapter",
7   "documentation_url": "https://daskioff.github.io/RKTableAdapter/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "DaskiOFF": "waydeveloper@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/DaskiOFF/RKTableAdapter.git",
17     "tag": "0.1.11"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/**/*",
23   "frameworks": "UIKit"