[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 1.0.7 / Harbeth.podspec.json
blobefe02d0c89c35c6c711b87676484186f73cf8629
2   "name": "Harbeth",
3   "version": "1.0.7",
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.0.7"
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   "module_name": "Harbeth",
27   "ios": {
28     "source_files": "Sources/Harbeth.h"
29   },
30   "osx": {
31     "source_files": "Sources/Harbeth.h"
32   },
33   "prefix_header_file": false,
34   "subspecs": [
35     {
36       "name": "Basic",
37       "source_files": "Sources/Basic/**/*.swift",
38       "weak_frameworks": [
39         "ImageIO",
40         "MetalKit",
41         "AVFoundation"
42       ]
43     },
44     {
45       "name": "Compute",
46       "source_files": "Sources/Compute/**/*.{swift,metal}",
47       "pod_target_xcconfig": {
48         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE",
49         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE_LIBRARY_IN_BUNDLE=1"
50       },
51       "dependencies": {
52         "Harbeth/Basic": [
54         ]
55       }
56     },
57     {
58       "name": "CoreImage",
59       "source_files": "Sources/CoreImage/**/*.swift",
60       "weak_frameworks": "CoreImage",
61       "dependencies": {
62         "Harbeth/Basic": [
64         ]
65       }
66     },
67     {
68       "name": "MPS",
69       "source_files": "Sources/MPS/*.swift",
70       "weak_frameworks": "MetalPerformanceShaders",
71       "dependencies": {
72         "Harbeth/Basic": [
74         ]
75       }
76     },
77     {
78       "name": "SwiftUI",
79       "source_files": "Sources/SwiftUI/*.swift",
80       "dependencies": {
81         "Harbeth/Basic": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5.0"