[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.1.3 / Harbeth.podspec.json
blob5bf18b344b0174c8af86767b39c93e7545b510a2
2   "name": "Harbeth",
3   "version": "0.1.3",
4   "summary": "About Metal graphics processing.",
5   "homepage": "https://github.com/yangKJ/Harbeth",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Condy": "ykj310@126.com"
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/Harbeth.git",
15     "tag": "0.1.3"
16   },
17   "module_name": "Harbeth",
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "static_framework": true,
21   "platforms": {
22     "ios": "10.0"
23   },
24   "ios": {
25     "frameworks": [
26       "UIKit",
27       "MetalKit",
28       "ImageIO",
29       "CoreImage"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "5.0"
34   },
35   "subspecs": [
36     {
37       "name": "Basic",
38       "source_files": "Sources/Basic/**/*.swift",
39       "resource_bundles": {
40         "ATMetalLibrary": [
41           "Sources/Compute/**/*.metal"
42         ]
43       }
44     },
45     {
46       "name": "Compute",
47       "subspecs": [
48         {
49           "name": "ColorProcess",
50           "source_files": "Sources/Compute/ColorProcess/*",
51           "dependencies": {
52             "Harbeth/Basic": [
54             ]
55           }
56         },
57         {
58           "name": "Lookup",
59           "source_files": "Sources/Compute/Lookup/*",
60           "dependencies": {
61             "Harbeth/Basic": [
63             ]
64           }
65         },
66         {
67           "name": "Blur",
68           "source_files": "Sources/Compute/Blur/*",
69           "dependencies": {
70             "Harbeth/Basic": [
72             ]
73           }
74         },
75         {
76           "name": "Blend",
77           "source_files": "Sources/Compute/Blend/*",
78           "dependencies": {
79             "Harbeth/Basic": [
81             ]
82           }
83         },
84         {
85           "name": "Effect",
86           "source_files": "Sources/Compute/Effect/*",
87           "dependencies": {
88             "Harbeth/Basic": [
90             ]
91           }
92         },
93         {
94           "name": "Shape",
95           "source_files": "Sources/Compute/Shape/*",
96           "dependencies": {
97             "Harbeth/Basic": [
99             ]
100           }
101         },
102         {
103           "name": "Matrix",
104           "source_files": "Sources/Compute/Matrix/*",
105           "dependencies": {
106             "Harbeth/Basic": [
108             ]
109           }
110         }
111       ]
112     }
113   ],
114   "swift_version": "5.0"