[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 2.2.1 / FastMath.podspec.json
blob9d2a3babe0d9d1cfd5879c148c3aad9f8f7011ea
2   "name": "FastMath",
3   "version": "2.2.1",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/tworingsoft/fastmath.git",
16     "tag": "2.2.1"
17   },
18   "source_files": "Sources/**/*.{c,h,swift}",
19   "swift_version": "4",
20   "dependencies": {
21     "Pippin/Extensions": [
22       "~> 12.1"
23     ]
24   },
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/**/*.swift"
30     }
31   ]