blob: 5e18df05b47a068517ae12712d5a0d1d448c3f03 [file] [log] [blame]
{
"name": "Differ",
"version": "1.0.2",
"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.0.2"
},
"source_files": "Sources/Differ",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"osx": {
"exclude_files": "Sources/Differ/Diff+UIKit.swift"
},
"watchos": {
"exclude_files": "Sources/Differ/Diff+UIKit.swift"
},
"pushed_with_swift_version": "4.0"
}