[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 8 / Alloy / 0.16.0 / Alloy.podspec.json
blobf0faf02470ff41189f5af66849614b7f55a60853
2   "name": "Alloy",
3   "version": "0.16.0",
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.16.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.13"
21   },
22   "swift_versions": "5.2",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Alloy/*.{swift}",
28       "frameworks": [
29         "Metal",
30         "CoreVideo"
31       ]
32     },
33     {
34       "name": "Shaders",
35       "source_files": [
36         "Alloy/Shaders/*.{metal,h}",
37         "Alloy/Encoders/*.{swift}",
38         "Alloy/Renderers/*.{swift}"
39       ],
40       "frameworks": [
41         "Metal",
42         "CoreVideo"
43       ],
44       "dependencies": {
45         "Alloy/Core": [
47         ]
48       }
49     },
50     {
51       "name": "ML",
52       "source_files": "Alloy/ML/*.{swift}",
53       "frameworks": [
54         "Metal",
55         "MetalPerformanceShaders"
56       ],
57       "dependencies": {
58         "Alloy/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.2"