[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / 8 / Alloy / 0.10.7 / Alloy.podspec.json
bloba6607603931a457478770a04ee058f0dae1775cc
2   "name": "Alloy",
3   "version": "0.10.7",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Nano helpers for Metal framework",
9   "homepage": "https://github.com/s1ddok/Alloy",
10   "authors": {
11     "Andrey Volodin": "siddok@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/s1ddok",
14   "source": {
15     "git": "https://github.com/s1ddok/Alloy.git",
16     "tag": "0.10.7"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "swift_versions": "4.2",
23   "default_subspecs": "Core",
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Alloy/*.{swift}",
29       "frameworks": [
30         "Metal",
31         "CoreVideo"
32       ]
33     },
34     {
35       "name": "Shaders",
36       "source_files": [
37         "Alloy/Shaders/*.{metal,h}",
38         "Alloy/Encoders/*.{swift}",
39         "Alloy/Renderers/*.{swift}"
40       ],
41       "frameworks": [
42         "Metal",
43         "CoreVideo"
44       ],
45       "dependencies": {
46         "Alloy/Core": [
48         ]
49       }
50     },
51     {
52       "name": "ML",
53       "source_files": "Alloy/ML/*.{swift}",
54       "frameworks": [
55         "Metal",
56         "MetalPerformanceShaders"
57       ],
58       "dependencies": {
59         "Alloy/Core": [
61         ]
62       }
63     }
64   ]