[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / 1 / LASwift / 0.1.2 / LASwift.podspec.json
blobf9c12061e746705d559b63f682530f2ed9503f6c
2   "name": "LASwift",
3   "version": "0.1.2",
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.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "frameworks": "Accelerate",
24   "source_files": "Sources/**/*",
25   "pushed_with_swift_version": "3.0"