[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / 1 / LASwift / 0.3.0 / LASwift.podspec.json
blob8b7401222e437e145b6cda1c917f0630273c3bbf
2   "name": "LASwift",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": "5.0",
25   "frameworks": "Accelerate",
26   "source_files": "Sources/**/*",
27   "swift_version": "5.0"