[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 5 / 9 / f / DifferenceKit / 1.1.0 / DifferenceKit.podspec.json
blob370b81bdc3283cce04cc3136f3b93c4ad9643fc8
2   "name": "DifferenceKit",
3   "version": "1.1.0",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/ra1028/DifferenceKit",
8   "documentation_url": "https://ra1028.github.io/DifferenceKit",
9   "summary": "A fast and flexible O(n) difference algorithm framework for Swift collection.",
10   "description": "A fast and flexible O(n) difference algorithm framework for Swift collection.\nThe algorithm is optimized based on the Paul Heckel's algorithm.",
11   "source": {
12     "git": "https://github.com/ra1028/DifferenceKit.git",
13     "tag": "1.1.0"
14   },
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core",
22     "UIKitExtension"
23   ],
24   "swift_version": "4.2",
25   "platforms": {
26     "ios": "9.0",
27     "tvos": "9.0",
28     "osx": "10.9",
29     "watchos": "2.0"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/*.swift"
35     },
36     {
37       "name": "UIKitExtension",
38       "dependencies": {
39         "DifferenceKit/Core": [
41         ]
42       },
43       "ios": {
44         "source_files": "Sources/Extensions/UIKitExtension.swift",
45         "frameworks": "UIKit"
46       },
47       "tvos": {
48         "source_files": "Sources/Extensions/UIKitExtension.swift",
49         "frameworks": "UIKit"
50       }
51     },
52     {
53       "name": "AppKitExtension",
54       "dependencies": {
55         "DifferenceKit/Core": [
57         ]
58       },
59       "osx": {
60         "source_files": "Sources/Extensions/AppKitExtension.swift",
61         "frameworks": "AppKit"
62       }
63     }
64   ]