[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / a / 5 / CwlPreconditionTesting / 2.2.2 / CwlPreconditionTesting.podspec.json
blob5dcb07d71fe2de9dceb46fe9bcc33bae0fcd34f0
2   "name": "CwlPreconditionTesting",
3   "version": "2.2.2",
4   "summary": "A Mach exception handler, written in Swift and Objective-C, that allows `EXC_BAD_INSTRUCTION` to be caught and tested.",
5   "homepage": "https://github.com/mattgallagher/CwlPreconditionTesting",
6   "license": {
7     "file": "LICENSE.txt",
8     "type": "ISC"
9   },
10   "authors": "Matt Gallagher",
11   "source": {
12     "git": "https://github.com/mattgallagher/CwlPreconditionTesting.git",
13     "tag": "2.2.2"
14   },
15   "source_files": "Sources/CwlPreconditionTesting/**/*.swift",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14",
19     "visionos": "1.0"
20   },
21   "swift_versions": "5.5",
22   "dependencies": {
23     "CwlCatchException": [
24       "~> 2.2.1"
25     ],
26     "CwlMachBadInstructionHandler": [
27       "~> 2.2.2"
28     ],
29     "CwlPosixPreconditionTesting": [
30       "~> 2.2.2"
31     ]
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": "Tests/**/*.swift"
38     }
39   ],
40   "swift_version": "5.5"