[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 1 / 2 / UICollectionUpdates / 0.2.0 / UICollectionUpdates.podspec.json
blob93d85702c0eec0968970d0df45ca696321091d50
2   "name": "UICollectionUpdates",
3   "version": "0.2.0",
4   "summary": "Wrapper for UITableView and UICollectionView updates with model-oriented behavior",
5   "description": "The library provides an ability to send batch updates to UICollectionView/UITableView as a model.\nSuitable for MVVM, MVP, VIPER architectures and others\n\n*Important:* Supports safe batch updates (In case of throw you can perform reloadData())",
6   "homepage": "https://github.com/konshin/UICollectionUpdates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "konshin": "alexey@konshin.net"
13   },
14   "source": {
15     "git": "https://github.com/konshin/UICollectionUpdates.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "UICollectionUpdates/Classes/**/*",
23   "frameworks": "UIKit",
24   "swift_version": "5.1"