blob: 2fc3122746966dc5540cbcba4bba66b5210ecd53 [file] [log] [blame]
{
"name": "Differentiator",
"version": "4.0.0",
"summary": "Diff algorithm for UITableView and UICollectionView.",
"description": "Diff algorithm for UITableView and UICollectionView.\nRxDataSources is powered by Differentiator.",
"homepage": "https://github.com/RxSwiftCommunity/RxDataSources",
"license": "MIT",
"authors": {
"Krunoslav Zaher": "krunoslav.zaher@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"tag": "4.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/Differentiator/**/*.swift",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
}
}