[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 3 / ATMetalBand / 0.0.5 / ATMetalBand.podspec.json
blob835cbf55a9f7caac89ed68bec4bc9ffbdb14fab8
2   "name": "ATMetalBand",
3   "version": "0.0.5",
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.5"
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   "subspecs": [
36     {
37       "name": "Basic",
38       "source_files": "Sources/Basic/**/*.swift",
39       "resource_bundles": {
40         "ATMetalLibrary": [
41           "Sources/Compute/**/*.metal"
42         ]
43       }
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": "Blur",
68           "source_files": "Sources/Compute/Blur/*",
69           "dependencies": {
70             "ATMetalBand/Basic": [
72             ]
73           }
74         },
75         {
76           "name": "Blend",
77           "source_files": "Sources/Compute/Blend/*",
78           "dependencies": {
79             "ATMetalBand/Basic": [
81             ]
82           }
83         },
84         {
85           "name": "Effect",
86           "source_files": "Sources/Compute/Effect/*",
87           "dependencies": {
88             "ATMetalBand/Basic": [
90             ]
91           }
92         }
93       ]
94     }
95   ],
96   "swift_version": "5.0"