[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 1.1.3 / Harbeth.podspec.json
blob3e2594c67261ff3df1a9b8920cf188531f71b0a2
2   "name": "Harbeth",
3   "version": "1.1.3",
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": "1.1.3"
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": true,
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",
48       "resource_bundles": {
49         "Harbeth": [
50           "Sources/Compute/**/*.metal"
51         ]
52       },
53       "pod_target_xcconfig": {
54         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE",
55         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE=1"
56       },
57       "dependencies": {
58         "Harbeth/Basic": [
60         ]
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": "MPS",
75       "source_files": "Sources/MPS/*.swift",
76       "weak_frameworks": "MetalPerformanceShaders",
77       "dependencies": {
78         "Harbeth/Basic": [
80         ]
81       }
82     },
83     {
84       "name": "SwiftUI",
85       "source_files": "Sources/SwiftUI/*.swift",
86       "dependencies": {
87         "Harbeth/Basic": [
89         ]
90       }
91     }
92   ],
93   "swift_version": "5.0"