blob: 898167c2ed60dcc7d530225928fb5e87dc823ffa [file] [log] [blame]
{
"name": "TensorSwift",
"version": "0.2.0",
"summary": "TensorSwift is a lightweight library to calculate tensors, which has similar APIs to TensorFlow's.",
"homepage": "https://github.com/qoncept/TensorSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuta Koshizawa": "koshizawa@qoncept.co.jp",
"Takehiro Araki": "araki@qoncept.co.jp"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/qoncept/TensorSwift.git",
"tag": "0.2.0"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}