blob: 836aa721c238d4577e917f09c9e0d3d8813c1cf8 [file] [log] [blame]
{
"name": "LASwift",
"version": "0.2.0",
"summary": "Linear algebra library for Swift language",
"description": "This library provides most of linear algebra operations on vectors and matrices\nrequired to implement machine learning algorithms. Library syntax is inspired by\nMatlab matrix manipulation and Haskell linear algebra library 'hmatrix'",
"homepage": "https://github.com/alexandertar/LASwift",
"license": {
"type": "BSD-3-Clause",
"file": "LICENSE"
},
"authors": {
"Alexander Taraymovich": "taraymovich@me.com"
},
"source": {
"git": "https://github.com/alexandertar/LASwift.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"frameworks": "Accelerate",
"source_files": "Sources/**/*"
}