[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 2 / b / ListDiff / 0.1.0 / ListDiff.podspec.json
blobb3e3e0264c9607808ff26bc70c091fea6900f1da
2   "name": "ListDiff",
3   "version": "0.1.0",
4   "summary": "ListDiff is a Swift port of IGListKit's IGListDiff.",
5   "description": "It is an implementation of an algorithm by Paul Heckel that calculates the diff between 2 arrays.",
6   "homepage": "https://github.com/lxcid/ListDiff",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stan Chang Khin Boon": "stan@trifia.com"
13   },
14   "source": {
15     "git": "https://github.com/lxcid/ListDiff.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/**/*",
23   "pushed_with_swift_version": "3.0"