[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 7 / MetalBender / 0.5.0 / MetalBender.podspec.json
blobb11643279efcec09729ebbcc1aeaafded0bf4f96
2   "name": "MetalBender",
3   "version": "0.5.0",
4   "summary": "Bender is an abstraction layer over MetalPerformanceShaders useful for working with neural networks.",
5   "homepage": "https://github.com/xmartlabs/Bender",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xmartlabs SRL": "swift@xmartlabs.com"
12   },
13   "source": {
14     "git": "https://github.com/xmartlabs/Bender.git",
15     "tag": "0.5.0"
16   },
17   "social_media_url": "https://twitter.com/xmartlabs",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "source_files": [
24       "Sources/**/*.{swift,metal}",
25       "Sources/Headers/*.h"
26     ]
27   },
28   "dependencies": {
29     "SwiftProtobuf": [
30       "1.0.0"
31     ],
32     "MetalPerformanceShadersProxy": [
33       "0.2.0"
34     ]
35   }