2 "name": "UICollectionUpdates",
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",
12 "konshin": "alexey@konshin.net"
15 "git": "https://github.com/konshin/UICollectionUpdates.git",
21 "swift_versions": "5.1",
22 "source_files": "UICollectionUpdates/Classes/**/*",
23 "frameworks": "UIKit",
24 "swift_version": "5.1"