blob: 36eafbd434af96216ac3589ca9dac88af905e303 [file] [log] [blame]
{
"name": "Diff",
"version": "0.5.0",
"summary": "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils.",
"homepage": "https://github.com/wokalski/Diff.swift",
"description": "This library generates differences between any two Collections (and Strings). It uses a fast algorithm (O((N+M)*D)). It also includes utilities for UICollectionView/UITableView.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wojtek Czekalski": "me@wczekalski.com"
},
"social_media_url": "https://twitter.com/wokalski",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"osx": {
"exclude_files": "Sources/Diff+UIKit.swift"
},
"watchos": {
"exclude_files": "Sources/Diff+UIKit.swift"
},
"source": {
"git": "https://github.com/wokalski/Diff.swift.git",
"tag": "0.5.0"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0"
}