[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 4 / 9 / 6 / Diff / 0.2 / Diff.podspec.json
blob7450807b4a4ee8743e5657df59cbab9c5f580e64
2   "name": "Diff",
3   "version": "0.2",
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     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "osx": {
22     "exclude_files": "Sources/Diff+UIKit.swift"
23   },
24   "watchos": {
25     "exclude_files": "Sources/Diff+UIKit.swift"
26   },
27   "source": {
28     "git": "https://github.com/wokalski/Diff.swift.git",
29     "tag": "0.2"
30   },
31   "source_files": "Sources",
32   "pushed_with_swift_version": "3.0"