[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.5.7 / Harbeth.podspec.json
blob7ef07f3355a7e45148209d2d56900505c0b48454
2   "name": "Harbeth",
3   "version": "0.5.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.5.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         "AVFoundation"
35       ]
36     },
37     {
38       "name": "Collector",
39       "source_files": "Sources/Collector/*.swift",
40       "dependencies": {
41         "Harbeth/Basic": [
43         ]
44       }
45     },
46     {
47       "name": "Compute",
48       "source_files": "Sources/Compute/**/*.swift",
49       "resource_bundles": {
50         "Harbeth": [
51           "Sources/Compute/**/*.metal"
52         ]
53       },
54       "weak_frameworks": [
55         "MetalPerformanceShaders",
56         "MetalKit"
57       ],
58       "dependencies": {
59         "Harbeth/Basic": [
61         ]
62       },
63       "pod_target_xcconfig": {
64         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE",
65         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE=1"
66       }
67     },
68     {
69       "name": "CoreImage",
70       "source_files": "Sources/CoreImage/**/*.swift",
71       "weak_frameworks": "CoreImage",
72       "dependencies": {
73         "Harbeth/Basic": [
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.0"