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