blob: 97d0840f25187568ad9d2401a1cc9486db2e7203 [file] [log] [blame]
{
"name": "GRKArrayDiff",
"version": "2.2.1",
"summary": "Provides diffs between two NSArrays with details about deletions, insertions, moves, and modifications.",
"description": "Given two NSArrays, an old and current, GRKArrayDiff will report all deletions, insertions,\nmoves, and modifications. This is specifically targeted for array backed data models which\nare used to support Table Views and Collection Views, but is generally applicable as well.",
"homepage": "https://github.com/levigroker/GRKArrayDiff",
"license": "Creative Commons Attribution 4.0 International License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKArrayDiff.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "GRKArrayDiff/**/*.{h,m}"
}