[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.9.1 / Harbeth.podspec.json
bloba5b175b9baaa27b497243ff23221ab3b19c37387
2   "name": "Harbeth",
3   "version": "0.9.1",
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.1"
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": "Compute",
43       "source_files": "Sources/Compute/**/*.swift",
44       "resource_bundles": {
45         "Harbeth": [
46           "Sources/Compute/**/*.metal"
47         ]
48       },
49       "dependencies": {
50         "Harbeth/Basic": [
52         ]
53       },
54       "pod_target_xcconfig": {
55         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE",
56         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE=1"
57       }
58     },
59     {
60       "name": "CoreImage",
61       "source_files": "Sources/CoreImage/**/*.swift",
62       "weak_frameworks": "CoreImage",
63       "dependencies": {
64         "Harbeth/Basic": [
66         ]
67       }
68     },
69     {
70       "name": "MPS",
71       "source_files": "Sources/MPS/*.swift",
72       "weak_frameworks": "MetalPerformanceShaders",
73       "dependencies": {
74         "Harbeth/Basic": [
76         ]
77       }
78     },
79     {
80       "name": "SwiftUI",
81       "source_files": "Sources/SwiftUI/*.swift",
82       "dependencies": {
83         "Harbeth/Basic": [
85         ]
86       }
87     }
88   ],
89   "swift_version": "5.0"