[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 8 / GRKArrayDiff / 2.2.1 / GRKArrayDiff.podspec.json
blob97d0840f25187568ad9d2401a1cc9486db2e7203
2   "name": "GRKArrayDiff",
3   "version": "2.2.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.",
6   "homepage": "https://github.com/levigroker/GRKArrayDiff",
7   "license": "Creative Commons Attribution 4.0 International 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.2.1"
15   },
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "source_files": "GRKArrayDiff/**/*.{h,m}"