[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / f / FastDiff / 1.0.0 / FastDiff.podspec.json
blob5a13cfcd72e74e0fae329664113b34ec1a15c8b6
2   "name": "FastDiff",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "FastDiff is a general purpose diffing algorithm with Linear complexity O(n)",
7   "requires_arc": true,
8   "version": "1.0.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Vijaya Prakash Kandel": "kandelvijaya@gmail.com"
15   },
16   "homepage": "https://github.com/kandelvijaya/FastDiff",
17   "source": {
18     "git": "https://github.com/kandelvijaya/FastDiff.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/**/*.{swift}",
22   "swift_version": "4.2"