[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 3 / 7 / SGLMath / 2.2.0 / SGLMath.podspec.json
blob90a2b0b0a7b16a2ea6185adbb21ae2b0eaf7f8b2
2   "name": "SGLMath",
3   "version": "2.2.0",
4   "summary": "SwiftGL Math Library",
5   "description": "The SwiftGL math library is an implementation of every data type and operator in the GLSL 4.5 specification. It includes every operator in section 5.1 and every function in sections 8.1 to 8.7. You can even swizzle.",
6   "homepage": "https://github.com/SwiftGL/Math",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AE9RB": "dturnbull@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SwiftGL/Math.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Sources/SGLMath/*.swift"