[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / f / DifferenceKit / 1.1.5 / DifferenceKit.podspec.json
blob9ab8da4ece63cce713cd12807df4bbd991f9000c
2   "name": "DifferenceKit",
3   "version": "1.1.5",
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.5"
14   },
15   "license": {
16     "type": "Apache 2.0",
17     "file": "LICENSE"
18   },
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core",
22     "UIKitExtension"
23   ],
24   "swift_versions": [
25     "4.2",
26     "5.0"
27   ],
28   "platforms": {
29     "ios": "9.0",
30     "tvos": "9.0",
31     "osx": "10.9",
32     "watchos": "2.0"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources/*.swift"
38     },
39     {
40       "name": "UIKitExtension",
41       "dependencies": {
42         "DifferenceKit/Core": [
44         ]
45       },
46       "ios": {
47         "source_files": "Sources/Extensions/UIKitExtension.swift",
48         "frameworks": "UIKit"
49       },
50       "tvos": {
51         "source_files": "Sources/Extensions/UIKitExtension.swift",
52         "frameworks": "UIKit"
53       }
54     },
55     {
56       "name": "AppKitExtension",
57       "dependencies": {
58         "DifferenceKit/Core": [
60         ]
61       },
62       "osx": {
63         "source_files": "Sources/Extensions/AppKitExtension.swift",
64         "frameworks": "AppKit"
65       }
66     }
67   ],
68   "swift_version": "5.0"