[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 5 / 1 / LASwift / 0.2.0 / LASwift.podspec.json
blob836aa721c238d4577e917f09c9e0d3d8813c1cf8
2   "name": "LASwift",
3   "version": "0.2.0",
4   "summary": "Linear algebra library for Swift language",
5   "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'",
6   "homepage": "https://github.com/alexandertar/LASwift",
7   "license": {
8     "type": "BSD-3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Taraymovich": "taraymovich@me.com"
13   },
14   "source": {
15     "git": "https://github.com/alexandertar/LASwift.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "frameworks": "Accelerate",
24   "source_files": "Sources/**/*"