blob: ac525f5d2777ccb98574690410df3fe6ad277ea9 [file] [log] [blame]
{
"name": "DL4S",
"version": "0.1.3",
"license": "MIT",
"summary": "Dynamic neural networks based on reverse mode automatic differentiation",
"homepage": "https://github.com/palle-k/DL4S",
"authors": "Palle Klewitz",
"source": {
"git": "https://github.com/palle-k/DL4S.git",
"tag": "0.1.3"
},
"swift_version": "5.0",
"platforms": {
"osx": "10.12",
"ios": "11.0",
"tvos": "11.0"
},
"source_files": "Sources/DL4S/**/*.swift"
}