[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 6 / 2 / b / ListDiff / 0.2.0 / ListDiff.podspec.json
blob09a19223eab28e13d17103ee7854dc9f91ca41e5
2   "name": "ListDiff",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/**/*",
23   "swift_version": "3.3"