blob: b11643279efcec09729ebbcc1aeaafded0bf4f96 [file] [log] [blame]
{
"name": "MetalBender",
"version": "0.5.0",
"summary": "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks.",
"homepage": "https://github.com/xmartlabs/Bender",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xmartlabs SRL": "swift@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/Bender.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": [
"Sources/**/*.{swift,metal}",
"Sources/Headers/*.h"
]
},
"dependencies": {
"SwiftProtobuf": [
"1.0.0"
],
"MetalPerformanceShadersProxy": [
"0.2.0"
]
}
}