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