[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.9.9 / Harbeth.podspec.json
blobca7c7f294d36d767e4b26a876344d13ddabc6b41
2   "name": "Harbeth",
3   "version": "0.9.9",
4   "summary": "About image and video add filter for metal.",
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.9.9"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.13"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "requires_arc": true,
26   "static_framework": false,
27   "module_name": "Harbeth",
28   "ios": {
29     "source_files": "Sources/Harbeth.h"
30   },
31   "osx": {
32     "source_files": "Sources/Harbeth.h"
33   },
34   "prefix_header_file": false,
35   "subspecs": [
36     {
37       "name": "Basic",
38       "source_files": "Sources/Basic/**/*.swift",
39       "weak_frameworks": [
40         "ImageIO",
41         "MetalKit",
42         "AVFoundation"
43       ]
44     },
45     {
46       "name": "Compute",
47       "source_files": "Sources/Compute/**/*.{swift,metal}",
48       "pod_target_xcconfig": {
49         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE",
50         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE=1"
51       },
52       "dependencies": {
53         "Harbeth/Basic": [
55         ]
56       }
57     },
58     {
59       "name": "CoreImage",
60       "source_files": "Sources/CoreImage/**/*.swift",
61       "weak_frameworks": "CoreImage",
62       "dependencies": {
63         "Harbeth/Basic": [
65         ]
66       }
67     },
68     {
69       "name": "MPS",
70       "source_files": "Sources/MPS/*.swift",
71       "weak_frameworks": "MetalPerformanceShaders",
72       "dependencies": {
73         "Harbeth/Basic": [
75         ]
76       }
77     },
78     {
79       "name": "SwiftUI",
80       "source_files": "Sources/SwiftUI/*.swift",
81       "dependencies": {
82         "Harbeth/Basic": [
84         ]
85       }
86     }
87   ],
88   "swift_version": "5.0"