[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / c / e / b / SBMatrix / 1.0.2 / SBMatrix.podspec.json
blob1f396400058a7536a62d0790ecb8070777190a19
2   "name": "SBMatrix",
3   "version": "1.0.2",
4   "summary": "C++ template based N-Dim matrix class",
5   "description": "C++ template based N-Dim matrix and vector class\n\nPlatform Independent. (iOS/Android/Mac/Win32/Linux)\n\nSimple, just 1 Header File.",
6   "homepage": "https://github.com/scienartbb/SBMatrix",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SCIENART BB": "scienartbb@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/scienartbb/SBMatrix.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "SBMatrix.hpp",
19   "platforms": {
20     "osx": null,
21     "ios": null,
22     "tvos": null,
23     "watchos": null
24   }