blob: 09525783b935ceeb89e4be161647fb2550c2dfc4 [file] [log] [blame]
{
"name": "FlexibleDiff",
"version": "0.0.4",
"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.4"
},
"source_files": "FlexibleDiff/*.{swift}"
}