[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / 1 / FastMath / 3.0.0 / FastMath.podspec.json
blob761330fcac7ec5bd81b40ad3e849748b577bb024
2   "name": "FastMath",
3   "version": "3.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     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/tworingsoft/fastmath.git",
17     "tag": "3.0.0"
18   },
19   "source_files": "Sources/**/*.{c,h,swift}",
20   "swift_versions": "5",
21   "dependencies": {
22     "PippinLibrary": [
23       "~> 1"
24     ]
25   },
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "swift_version": "5"