[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / 6 / Diff / 0.1 / Diff.podspec.json
blob5365c3a51a28d3e5d2a25f59acbe600caf93914b
2   "name": "Diff",
3   "version": "0.1",
4   "summary": "The fastest Diff library in Swift. Includes UICollectionView/UITableView utils.",
5   "homepage": "https://github.com/wokalski/Diff.swift",
6   "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.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Wojtek Czekalski": "me@wczekalski.com"
13   },
14   "social_media_url": "https://twitter.com/wokalski",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "osx": {
20     "exclude_files": "Sources/Diff+UIKit.swift"
21   },
22   "source": {
23     "git": "https://github.com/wokalski/Diff.swift.git",
24     "tag": "0.1"
25   },
26   "source_files": "Sources",
27   "pushed_with_swift_version": "3.0"