[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 2 / 8 / 6 / SwiftMath / 3.0.2 / SwiftMath.podspec.json
blobb82a646703bde9e1c9ba2503228e7d11cfe507cc
2   "name": "SwiftMath",
3   "version": "3.0.2",
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   "platforms": {
16     "ios": "9.0",
17     "osx": "10.11"
18   },
19   "source": {
20     "git": "https://github.com/SwiftGFX/SwiftMath.git",
21     "tag": "3.0.2"
22   },
23   "source_files": "Sources",
24   "pushed_with_swift_version": "4.0"