2 "name": "NoExceptions",
4 "summary": "This is a library that provides the ability for Swift code to catch an `NSException`",
5 "description": "This is a library that provides the ability for Swift code to catch an `NSException`.\n\nThis is useful since the standard `try` and `catch` mechanism provided by Swift will not capture an `NSException` thrown from Objective-C.",
6 "homepage": "https://github.com/joesus/NoExceptions",
9 "joesus": "joesusnick@gmail.com",
10 "samodom": "samodom@icloud.com"
18 "git": "https://github.com/joesus/NoExceptions.git",
21 "source_files": "NoExceptions/*.{h,m,swift}",
22 "swift_version": "5.0",