blob: c0186ef645e475230ab14c5bb479abace040257f [file] [log] [blame]
{
"name": "Doppelganger",
"version": "1.3",
"summary": "Array diffs as collection view wants it.",
"description": " Are you still using `reloadData` with collection or table\n view because figuring out transfomration is too hard?\n Worry no more! This utility takes two arrays: an old and\n a new one and returns a set of diffs that you feed directly\n to your collection or table view.\n Happy users, seeing data mutation animating in front of their\n eyes, less hassle for you!\n",
"homepage": "http://github.com/Wondermall/Doppelganger",
"license": "MIT",
"authors": {
"Sash Zats": "sash@zats.io"
},
"source": {
"git": "https://github.com/Wondermall/Doppelganger.git",
"tag": "1.3"
},
"social_media_url": "https://twitter.com/zats",
"requires_arc": true,
"source_files": "Doppelganger/*.{h,m}",
"ios": {
"source_files": "Doppelganger/iOS/*.{h,m}"
},
"osx": {
"source_files": "Doppelganger/OSX/*.{h,m}"
},
"frameworks": "Foundation"
}