blob: 70e5172d75a34dc8e328eaf7df3d3b2adc77315e [file] [log] [blame]
{
"name": "UICollectionUpdates",
"version": "0.1.2",
"summary": "Wrapper for UITableView and UICollectionView updates with model-oriented behavior",
"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())",
"homepage": "https://github.com/konshin/UICollectionUpdates",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"konshin": "alexey@konshin.net"
},
"source": {
"git": "https://github.com/konshin/UICollectionUpdates.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "UICollectionUpdates/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.1"
}