[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.6.6 / Harbeth.podspec.json
blobbd4f02ebc1712e57463fba0141eaea32f505013e
2   "name": "Harbeth",
3   "version": "0.6.6",
4   "summary": "About Metal image processing and video add filter.",
5   "homepage": "https://github.com/yangKJ/Harbeth",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Condy": "yangkj310@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/Harbeth.git",
15     "tag": "0.6.6"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "static_framework": true,
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.13"
23   },
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "module_name": "Harbeth",
28   "ios": {
29     "source_files": "Sources/Harbeth.h"
30   },
31   "subspecs": [
32     {
33       "name": "Basic",
34       "source_files": "Sources/Basic/**/*.swift",
35       "weak_frameworks": [
36         "ImageIO",
37         "MetalKit",
38         "AVFoundation"
39       ]
40     },
41     {
42       "name": "Collector",
43       "source_files": "Sources/Collector/*.swift",
44       "dependencies": {
45         "Harbeth/Basic": [
47         ]
48       }
49     },
50     {
51       "name": "Compute",
52       "source_files": "Sources/Compute/**/*.swift",
53       "resource_bundles": {
54         "Harbeth": [
55           "Sources/Compute/**/*.metal"
56         ]
57       },
58       "weak_frameworks": [
59         "MetalPerformanceShaders",
60         "MetalKit"
61       ],
62       "dependencies": {
63         "Harbeth/Basic": [
65         ]
66       },
67       "pod_target_xcconfig": {
68         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE",
69         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE=1"
70       }
71     },
72     {
73       "name": "CoreImage",
74       "source_files": "Sources/CoreImage/**/*.swift",
75       "weak_frameworks": "CoreImage",
76       "dependencies": {
77         "Harbeth/Basic": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"