blob: 5d447695a7fbead8be2c8db8c54d33ff451c85d5 [file] [log] [blame]
{
"name": "MetalBender",
"version": "0.3.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.3.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"
}