blob: 97415fc75ecf32cc15417391f0cb4a7ef819f8c7 [file] [log] [blame]
{
"name": "HeckelDiff",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/mcudich",
"platforms": {
"ios": "9.3"
},
"source_files": "Source/**/*",
"pushed_with_swift_version": "3.0"
}