[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 8 / GRKArrayDiff / 2.0 / GRKArrayDiff.podspec.json
blob5110f8f2ea9db0236276676eee7bf4aef7ad2bd5
2   "name": "GRKArrayDiff",
3   "version": "2.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.",
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": "2.0"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "GRKArrayDiff/**/*.{h,m}"