[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / a / 5 / CwlPreconditionTesting / 2.1.2 / CwlPreconditionTesting.podspec.json
blobe69eff7b2c7b656f81b939f73bfcd7194dd78d17
2   "name": "CwlPreconditionTesting",
3   "version": "2.1.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.1.2"
14   },
15   "source_files": "Sources/CwlPreconditionTesting/**/*.swift",
16   "platforms": {
17     "ios": "12.0",
18     "osx": "10.14"
19   },
20   "swift_versions": "5.5",
21   "dependencies": {
22     "CwlCatchException": [
23       "~> 2.1.2"
24     ],
25     "CwlMachBadInstructionHandler": [
26       "~> 2.1.2"
27     ],
28     "CwlPosixPreconditionTesting": [
29       "~> 2.1.2"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Tests/**/*.swift"
37     }
38   ],
39   "swift_version": "5.5"