blob: 7fcee9747bb2dae10904163ab95467d5f7bc1065 [file] [log] [blame]
{
"name": "Alloy",
"version": "0.10.15",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Nano helpers for Metal framework",
"homepage": "https://github.com/s1ddok/Alloy",
"authors": {
"Andrey Volodin": "siddok@gmail.com"
},
"social_media_url": "http://twitter.com/s1ddok",
"source": {
"git": "https://github.com/s1ddok/Alloy.git",
"tag": "0.10.15"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"swift_versions": "5.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Alloy/*.{swift}",
"frameworks": [
"Metal",
"CoreVideo"
]
},
{
"name": "Shaders",
"source_files": [
"Alloy/Shaders/*.{metal,h}",
"Alloy/Encoders/*.{swift}",
"Alloy/Renderers/*.{swift}"
],
"frameworks": [
"Metal",
"CoreVideo"
],
"dependencies": {
"Alloy/Core": [
]
}
},
{
"name": "ML",
"source_files": "Alloy/ML/*.{swift}",
"frameworks": [
"Metal",
"MetalPerformanceShaders"
],
"dependencies": {
"Alloy/Core": [
]
}
}
],
"swift_version": "5.1"
}