[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.5.2 / Harbeth.podspec.json
blobdd0d30bac356147a6fdd8cec262897a70f3c8c57
2   "name": "Harbeth",
3   "version": "0.5.2",
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.2"
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       "pod_target_xcconfig": {
46         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COLLECTOR",
47         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COLLECTOR=1"
48       }
49     },
50     {
51       "name": "Compute",
52       "source_files": "Sources/Compute/**/*.swift",
53       "resource_bundles": {
54         "Harbeth": [
55           "Sources/Compute/**/*.metal"
56         ]
57       },
58       "weak_frameworks": [
59         "MetalPerformanceShaders",
60         "MetalKit"
61       ],
62       "dependencies": {
63         "Harbeth/Basic": [
65         ]
66       },
67       "pod_target_xcconfig": {
68         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HARBETH_COMPUTE",
69         "GCC_PREPROCESSOR_DEFINITIONS": "HARBETH_COMPUTE=1"
70       }
71     },
72     {
73       "name": "CoreImage",
74       "source_files": "Sources/CoreImage/**/*.swift",
75       "weak_frameworks": "CoreImage",
76       "dependencies": {
77         "Harbeth/Basic": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"