[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 1 / 8 / Doppelganger / 1.3 / Doppelganger.podspec.json
blobc0186ef645e475230ab14c5bb479abace040257f
2   "name": "Doppelganger",
3   "version": "1.3",
4   "summary": "Array diffs as collection view wants it.",
5   "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",
6   "homepage": "http://github.com/Wondermall/Doppelganger",
7   "license": "MIT",
8   "authors": {
9     "Sash Zats": "sash@zats.io"
10   },
11   "source": {
12     "git": "https://github.com/Wondermall/Doppelganger.git",
13     "tag": "1.3"
14   },
15   "social_media_url": "https://twitter.com/zats",
16   "requires_arc": true,
17   "source_files": "Doppelganger/*.{h,m}",
18   "ios": {
19     "source_files": "Doppelganger/iOS/*.{h,m}"
20   },
21   "osx": {
22     "source_files": "Doppelganger/OSX/*.{h,m}"
23   },
24   "frameworks": "Foundation"