[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 8 / GRKArrayDiff / 1.0 / GRKArrayDiff.podspec.json
blobd0377f474be2e501931e587ab4f73b41544d5d96
2   "name": "GRKArrayDiff",
3   "version": "1.0",
4   "summary": "Provides diffs between two NSArrays with details about deletions, insertions, moves, and modifications.",
5   "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.\n",
6   "homepage": "https://github.com/levigroker/GRKArrayDiff",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKArrayDiff.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "GRKArrayDiff/**/*.{h,m}"