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