[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.3.7 / Harbeth.podspec.json
blobbc05c8701add8d6e9a89d8b42a0f33e2961c4f27
2   "name": "Harbeth",
3   "version": "0.3.7",
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.3.7"
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   "subspecs": [
28     {
29       "name": "Basic",
30       "source_files": "Sources/Basic/**/*.swift",
31       "weak_frameworks": [
32         "ImageIO",
33         "MetalKit"
34       ]
35     },
36     {
37       "name": "Compute",
38       "source_files": "Sources/Compute/**/*.swift",
39       "resource_bundles": {
40         "Harbeth": [
41           "Sources/Compute/**/*.metal"
42         ]
43       },
44       "weak_frameworks": [
45         "MetalPerformanceShaders",
46         "MetalKit"
47       ],
48       "dependencies": {
49         "Harbeth/Basic": [
51         ]
52       }
53     },
54     {
55       "name": "CoreImage",
56       "source_files": "Sources/CoreImage/**/*.swift",
57       "weak_frameworks": "CoreImage",
58       "dependencies": {
59         "Harbeth/Basic": [
61         ]
62       }
63     }
64   ],
65   "swift_version": "5.0"