[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / c / 8 / Alloy / 0.10.0 / Alloy.podspec.json
blob40878df486ea15bdd881d073c7b854b50932064d
2   "name": "Alloy",
3   "version": "0.10.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.10.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.12"
21   },
22   "swift_version": "4.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       ],
39       "frameworks": [
40         "Metal",
41         "CoreVideo"
42       ],
43       "dependencies": {
44         "Alloy/Core": [
46         ]
47       }
48     }
49   ]