blob: b3e3e0264c9607808ff26bc70c091fea6900f1da [file] [log] [blame]
{
"name": "ListDiff",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}