2 "name": "ErrorAssertions",
4 "summary": "Versions of Swift assertion functions using Error types",
5 "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.",
6 "homepage": "https://github.com/SlaunchaMan/ErrorAssertions",
9 "Jeff Kelley": "SlaunchaMan@gmail.com"
11 "social_media_url": "https://twitter.com/SlaunchaMan",
24 "git": "https://github.com/SlaunchaMan/ErrorAssertions.git",
27 "source_files": "Sources/ErrorAssertions/**/*.swift",
28 "frameworks": "Foundation",