blob: 4bb85d397e70c4ae89faf4c8e2c1212b7eb922c5 [file] [log] [blame]
{
"name": "TensorSwift",
"version": "0.1.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",
"Araki Takehiro": "araki@qoncept.co.jp"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/qoncept/TensorSwift.git",
"tag": "0.1.0"
},
"source_files": "TensorSwift/*.swift"
}