[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 2.0.0 / FastMath.podspec.json
blob25961d4c434424ca3acaa628b04521ec06b75283
2   "name": "FastMath",
3   "version": "2.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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/tworingsoft/fastmath.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "Sources/**/*.{c,h,swift}",
19   "swift_version": "4",
20   "testspecs": [
21     {
22       "name": "Tests",
23       "test_type": "unit",
24       "source_files": "Tests/**/*.swift"
25     }
26   ]