[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 5.0.0 / FastMath.podspec.json
bloba945c59b89b24c16b4378ea9b522db99bcb83366
2   "name": "FastMath",
3   "version": "5.0.0",
4   "summary": "A math library written in Swift.",
5   "description": "FastMath is a framework for performing numerical computation in Swift.",
6   "homepage": "https://github.com/tworingsoft/fastmath",
7   "license": "MIT",
8   "authors": {
9     "Andrew McKnight": "andrew@tworingsoft.com"
10   },
11   "platforms": {
12     "ios": "12.0",
13     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/tworingsoft/fastmath.git",
17     "tag": "5.0.0"
18   },
19   "source_files": "Sources/**/*.{c,h,swift}",
20   "swift_versions": "5",
21   "dependencies": {
22     "PippinLibrary": [
23       "~> 3"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "swift_version": "5"