blob: 2b900b4a63af0677faa7037ce2472d3218737db9 [file] [log] [blame]
{
"name": "FlexibleDiff",
"version": "0.0.1",
"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.1"
},
"source_files": "FlexibleDiff/*.{swift}",
"pushed_with_swift_version": "4.0"
}