blob: 748035e4f72dc2ba10d95422a5edd164ac055182 [file] [log] [blame]
{
"name": "MetalBender",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/xmartlabs",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*.{swift,metal}"
},
"dependencies": {
"SwiftProtobuf": [
"0.9.903"
],
"MetalPerformanceShadersProxy": [
"0.1.5"
]
},
"pushed_with_swift_version": "3.0"
}