[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / a / e / DiffableWithReload / 1.0.2 / DiffableWithReload.podspec.json
blob54628f03bb63ae33d7635e8cf4df947a46fb750f
2   "name": "DiffableWithReload",
3   "version": "1.0.2",
4   "summary": "An automated items reload for UITableView and UICollectionView when diffable data source is used. iOS 13.0+",
5   "description": "iOS 13.0 introduced new diffable data source that can be used with UITableView and UICollectionView. Table/Collection view is updated by\napplying a snapshot containing section and items identifiers, thus easily allows insertion/removal/move of sections and items.\nCell reload is also supported, however it is fully on the developer to identify the items that need reload and add these items\nto the snapshot that will be applied.\n\nThis pod subclasses UITableViewDiffableDataSource and UICollectionViewDiffableDataSource and automates identification of the items\nthat need reload. So, you do not need to care about items reload at all.",
6   "homepage": "https://github.com/hibernat/DiffableWithReload",
7   "license": "MIT",
8   "authors": {
9     "Michael Bernat": "michael@hibernat.com"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/hibernat/DiffableWithReload.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "DiffableWithReload/**/*.swift",
20   "swift_version": "5.0"