blob: 93c5b5b357e5bf88f0c7ab033d6b3373442d4c02 [file] [log] [blame]
{
"name": "PHDiff",
"version": "1.0.3",
"summary": "Lightning fast array diff implementation, works great with UITableView/UICollectionView updates.",
"description": "A diff algorithm implementend in pure Swift based on Paul Heckel's paper: \"A technique for isolating differences between files\".\nIt's a very fast algorithm with linear complexity in both time and space. \nGiven two different arrays, A and B, what steps A has to make to become B?\nPHDiff can answer that by calculating the needed Inserts, Deletes, Moves and Updates!\nWorks great with UITableView and UICollectionView and can be used right on the main queue.",
"homepage": "https://github.com/andre-alves/PHDiff",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"André Alves": "andre.ver93@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/andre-alves/PHDiff.git",
"tag": "1.0.3"
},
"source_files": "PHDiff/PHDiff/**/*.swift"
}