[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 5 / 1 / LASwift / 0.2.5 / LASwift.podspec.json
blob053b15c95a4cd55a3d7f9439d0b67f8061d98004
2   "name": "LASwift",
3   "version": "0.2.5",
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.5"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": "5.0",
25   "frameworks": "Accelerate",
26   "source_files": "Sources/**/*",
27   "swift_version": "5.0"