blob: 10b0235f47b4beb7eb727299462b63b833145d8f [file] [log] [blame]
{
"name": "GPUOperator",
"version": "0.1.0",
"summary": "Simple wrapper for using Metal easily.",
"description": "Simple wrapper for using Metal easily.\nCan run graphics shader and parallel computations without boiler plates.",
"homepage": "https://github.com/horita-yuya/GPUOperator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"horita-yuya": "horitayuya@gmail.com"
},
"source": {
"git": "https://github.com/horita-yuya/GPUOperator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Sources/**/*.{swift,metal}",
"swift_version": "5.0"
}