[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 4 / 9 / Math / 2.1.0 / Math.podspec.json
blob3ae908e3b557c2b217b0561618a18e85f84e212d
2   "name": "Math",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "Sources/SGLMath/*.swift"