[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 2.4.0 / FastMath.podspec.json
blob5177263e129bf37815bbff45432ba13b0ab791ec
2   "name": "FastMath",
3   "version": "2.4.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": "9.0",
13     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/tworingsoft/fastmath.git",
17     "tag": "2.4.0"
18   },
19   "source_files": "Sources/**/*.{c,h,swift}",
20   "swift_versions": "5",
21   "dependencies": {
22     "Pippin/Extensions": [
23       ">= 12.1"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "swift_version": "5"