blob: 09a19223eab28e13d17103ee7854dc9f91ca41e5 [file] [log] [blame]
{
"name": "ListDiff",
"version": "0.2.0",
"summary": "ListDiff is a Swift port of IGListKit's IGListDiff.",
"description": "It is an implementation of an algorithm by Paul Heckel that calculates the diff between 2 arrays.",
"homepage": "https://github.com/lxcid/ListDiff",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stan Chang Khin Boon": "stan@trifia.com"
},
"source": {
"git": "https://github.com/lxcid/ListDiff.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"swift_version": "3.3"
}