blob: af75fae9ff74f2914bc61b98de81f660b63ea007 [file] [log] [blame]
{
"name": "Alloy",
"version": "0.10.6",
"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.6"
},
"platforms": {
"ios": "11.0",
"osx": "10.12"
},
"swift_version": "4.2",
"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": [
]
}
}
]
}