[Delete] YLCategory-Swift-MacOS 1.0.3
[CocoaPods.git] / Specs / 4 / 2 / d / BackingStore / 0.1.0 / BackingStore.podspec.json
blob0f968c4f6a0a63c7894586cfd7d5f3847f8e8b52
2   "name": "BackingStore",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BackingStore/Classes/**/*",
22   "swift_version": "4.2"