blob: 2a5879cf83745e992d99938c299dfa89305516bc [file] [log] [blame]
{
"name": "Differ",
"version": "1.4.4",
"summary": "A very fast difference calculation library written in Swift.",
"homepage": "https://github.com/tonyarnold/Diff",
"description": "Differ generates the differences between `Collection` instances (this includes Strings!).\n\nIt uses a fast algorithm `(O((N+M)*D))` to do this.\n\nAlso included are utilities for easily applying diffs and patches to `UICollectionView`/`UITableView`.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Tony Arnold": "tony@thecocoabots.com"
},
"source": {
"git": "https://github.com/tonyarnold/Differ.git",
"tag": "1.4.4"
},
"source_files": "Sources/Differ",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"ios": {
"exclude_files": [
"Sources/Differ/Diff+AppKit.swift"
]
},
"osx": {
"exclude_files": [
"Sources/Differ/Diff+UIKit.swift"
]
},
"tvos": {
"exclude_files": [
"Sources/Differ/Diff+AppKit.swift"
]
},
"watchos": {
"exclude_files": [
"Sources/Differ/Diff+UIKit.swift",
"Sources/Differ/Diff+AppKit.swift",
"Sources/Differ/NestedBatchUpdate.swift"
]
},
"swift_version": "5.1"
}