Skip to content

Commit

Permalink
[Add] CwlPreconditionTesting 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gallagher authored and CocoaPodsBot committed Mar 4, 2024
1 parent 7b888ac commit e5034f3
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "CwlPreconditionTesting",
"version": "2.2.1",
"summary": "A Mach exception handler, written in Swift and Objective-C, that allows `EXC_BAD_INSTRUCTION` to be caught and tested.",
"homepage": "https://github.com/mattgallagher/CwlPreconditionTesting",
"license": {
"file": "LICENSE.txt",
"type": "ISC"
},
"authors": "Matt Gallagher",
"source": {
"git": "https://github.com/mattgallagher/CwlPreconditionTesting.git",
"tag": "2.2.1"
},
"source_files": "Sources/CwlPreconditionTesting/**/*.swift",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"visionos": "1.0"
},
"swift_versions": "5.5",
"dependencies": {
"CwlCatchException": [
"~> 2.2.0"
],
"CwlMachBadInstructionHandler": [
"~> 2.2.0"
],
"CwlPosixPreconditionTesting": [
"~> 2.2.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.swift"
}
],
"swift_version": "5.5"
}

0 comments on commit e5034f3

Please sign in to comment.