blob: 027263c16b291d0986efbc7881b86638c4beec28 [file] [log] [blame]
{
"name": "HeckelDiff",
"version": "0.2.4",
"summary": "Pure Swift implementation of Paul Heckel's \"A Technique for Isolating Differences Between Files\"",
"description": "Given two collections, provides a very efficient set of steps to transform one into the other. Adds support for UITableView and UICollectionView batched updates.",
"homepage": "https://github.com/mcudich/HeckelDiff",
"license": "MIT",
"authors": {
"Matias Cudich": "mcudich@gmail.com"
},
"source": {
"git": "https://github.com/mcudich/HeckelDiff.git",
"tag": "0.2.4"
},
"social_media_url": "https://twitter.com/mcudich",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_version": "4.2",
"source_files": "Source/**/*.{h,m,swift}"
}