[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 8 / 6 / SwiftMath / 3.2.0 / SwiftMath.podspec.json
blob99ca921676a23b488eb0aa07ef1a9f534d4b7a51
2   "name": "SwiftMath",
3   "version": "3.2.0",
4   "summary": "Floating point math library written using idiomatic Swift",
5   "description": "This library is created to power on math part in Fiber2D game engine. It is cross-platform, supports both SIMD and non-SIMD environments.\nIt has implementations for vec2, vec3, vec4, mat3, mat4 and a bunch of utility functions.",
6   "homepage": "https://github.com/SwiftGFX/SwiftMath",
7   "license": {
8     "type": "BSD-2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrey Volodin": "siddok@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/s1ddok",
15   "swift_versions": [
16     "4.2",
17     "5.0"
18   ],
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11"
22   },
23   "source": {
24     "git": "https://github.com/SwiftGFX/SwiftMath.git",
25     "tag": "3.2.0"
26   },
27   "source_files": "Sources",
28   "swift_version": "5.0"