blob: 5365c3a51a28d3e5d2a25f59acbe600caf93914b [file] [log] [blame]
{
"name": "Diff",
"version": "0.1",
"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": "9.0",
"osx": "10.11"
},
"osx": {
"exclude_files": "Sources/Diff+UIKit.swift"
},
"source": {
"git": "https://github.com/wokalski/Diff.swift.git",
"tag": "0.1"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0"
}