blob: 08b3f3bb48135c0b59a608fd6282ae3fc18972d3 [file] [log] [blame]
{
"name": "FlexibleDiff",
"version": "0.0.8",
"summary": "A Swift collection diffing μframework.",
"description": "A Swift collection diffing μframework implementing the O(N) Paul Heckel diff algorithm.",
"homepage": "https://github.com/RACCommunity/FlexibleDiff",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "ReactiveCocoa",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RACCommunity/FlexibleDiff.git",
"tag": "0.0.8"
},
"source_files": "FlexibleDiff/*.{swift}",
"swift_version": "4.2"
}