[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 5 / swift-numerics-complex / 1.0.2 / swift-numerics-complex.podspec.json
blob77cbd86a81f42d7b0c10981d727396e7f906894c
2   "name": "swift-numerics-complex",
3   "module_name": "ComplexModule",
4   "version": "1.0.2",
5   "summary": "Complex module",
6   "description": "Things related to complex numbers.",
7   "homepage": "https://github.com/apple/swift-numerics",
8   "license": {
9     "type": "Apache License, Version 2.",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Apple": "apple@apple.com"
14   },
15   "source": {
16     "git": "https://github.com/apple/swift-numerics.git",
17     "tag": "1.0.2"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "12.0"
22   },
23   "swift_versions": "5.0",
24   "ios": {
25     "dependencies": {
26       "swift-numerics-real": [
28       ]
29     }
30   },
31   "source_files": "Sources/ComplexModule/**/*.{h,m,swift}",
32   "swift_version": "5.0"