[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 2.1.0 / FastMath.podspec.json
blob9b288ee8e3fe0be7b2d1b2903c308f78ef74ba70
2   "name": "FastMath",
3   "version": "2.1.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.1.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   ]