[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / d / f / 3 / ATMetalBand / 0.0.1 / ATMetalBand.podspec.json
blob6c4b26c182671a68aae3e5afd571fa0a698924f9
2   "name": "ATMetalBand",
3   "version": "0.0.1",
4   "summary": "About Metal graphics processing.",
5   "homepage": "https://github.com/yangKJ/ATMetalBand",
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/ATMetalBand.git",
15     "tag": "0.0.1"
16   },
17   "module_name": "ATMetalBand",
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   "resource_bundles": {
36     "ATMetalLibrary": [
37       "Sources/Compute/**/*.metal"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Basic",
43       "source_files": "Sources/Core/*"
44     },
45     {
46       "name": "Compute",
47       "subspecs": [
48         {
49           "name": "Filter",
50           "source_files": "Sources/Compute/Filter/*",
51           "dependencies": {
52             "ATMetalBand/Basic": [
54             ]
55           }
56         },
57         {
58           "name": "Lookup",
59           "source_files": "Sources/Compute/Lookup/*",
60           "dependencies": {
61             "ATMetalBand/Basic": [
63             ]
64           }
65         },
66         {
67           "name": "Effect",
68           "source_files": "Sources/Compute/Effect/*",
69           "dependencies": {
70             "ATMetalBand/Basic": [
72             ]
73           }
74         }
75       ]
76     }
77   ],
78   "swift_version": "5.0"