[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 5 / 4 / Harbeth / 0.2.9 / Harbeth.podspec.json
blobdafb7754fdd741575558d908ad19acfd5656f51c
2   "name": "Harbeth",
3   "version": "0.2.9",
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.2.9"
16   },
17   "screenshots": [
18     "https://github.com/yangKJ/Harbeth/blob/master/Screenshot/EdgeGlow.gif"
19   ],
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "static_framework": true,
23   "platforms": {
24     "ios": "10.0"
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "MetalKit",
30       "ImageIO",
31       "CoreImage"
32     ]
33   },
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "5.0"
36   },
37   "subspecs": [
38     {
39       "name": "Basic",
40       "source_files": "Sources/Basic/**/*.swift"
41     },
42     {
43       "name": "Compute",
44       "source_files": "Sources/Compute/**/*.swift",
45       "resource_bundles": {
46         "Harbeth": [
47           "Sources/Compute/**/*.metal"
48         ]
49       },
50       "dependencies": {
51         "Harbeth/Basic": [
53         ]
54       }
55     },
56     {
57       "name": "CoreImage",
58       "source_files": "Sources/CoreImage/**/*.swift",
59       "dependencies": {
60         "Harbeth/Basic": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.0"