[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.7.9 / Harbeth.podspec.json
blob9353ba6d729e000aad048d800d293bf193eb83ad
2   "name": "Harbeth",
3   "version": "0.7.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.7.9"
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       "weak_frameworks": [
50         "MetalPerformanceShaders",
51         "MetalKit"
52       ],
53       "dependencies": {
54         "Harbeth/Basic": [
56         ]
57       },
58       "pod_target_xcconfig": {
59         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE",
60         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE=1"
61       }
62     },
63     {
64       "name": "CoreImage",
65       "source_files": "Sources/CoreImage/**/*.swift",
66       "weak_frameworks": "CoreImage",
67       "dependencies": {
68         "Harbeth/Basic": [
70         ]
71       }
72     },
73     {
74       "name": "Video",
75       "source_files": "Sources/Video/**/*.swift",
76       "dependencies": {
77         "Harbeth/Basic": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"