[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / d / BackingStore / 0.1.7 / BackingStore.podspec.json
blobd6cd209fdfc22ba7b63e3abd4891412a99d89bce
2   "name": "BackingStore",
3   "version": "0.1.7",
4   "summary": "A framework that automatically handles perfect batch updates in table views and collection views.",
5   "description": "A set of components that model some data which is to be displayed in a `UICollectionView` or `UITableView`.  When that data changes, these components automatically calculate the changes necessary to perform a smooth, performant batch update.  This includes inserted sections, inserted index paths, deleted sections, deleted indexpaths and moved indx paths.  What this means is that you never have to call reloadData() ever again, and every change you make to the contents of a table or collection view will be perfectly animated. Pretty cool, ain't it?",
6   "homepage": "https://github.com/patricklynch/BackingStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "patricklynch": "pdlynch@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/patricklynch/BackingStore.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BackingStore/Classes/**/*",
22   "swift_version": "4.2"