blob: 1bf61e3992affda2d28f62c5ad509cee64a40663 [file] [log] [blame]
{
"name": "ErrorAssertions",
"version": "0.3.0",
"summary": "Versions of Swift assertion functions using Error types",
"description": "This package provides versions of Swift assertion methods—fatalError(),\nassert(), assertionFailure(), precondition(), and preconditionFailure()—that use\nSwift’s Error type instead of a simple String.",
"homepage": "https://github.com/SlaunchaMan/ErrorAssertions",
"license": "MIT",
"authors": {
"Jeff Kelley": "SlaunchaMan@gmail.com"
},
"social_media_url": "https://twitter.com/SlaunchaMan",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
"tag": "0.3.0"
},
"source_files": "Sources/ErrorAssertions/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.1"
}