2 "name": "ObjCExceptionCatch",
4 "summary": "Small wrapper function that catches NSExceptions and converts them to NSErrors.",
5 "description": "Small wrapper function that catches NSExceptions and converts them to NSErrors.\n\nSince NSExceptions, if left unhandled, will cause a crash in Swift code, this wrapper helps\ncatch and return them as regular Swift errors.",
6 "homepage": "https://github.com/advantagefse/ObjCExceptionCatch",
12 "Christos Chryssochoidis": "c.chryssochoidis@afse.eu"
18 "git": "https://github.com/advantagefse/ObjCExceptionCatch.git",
21 "swift_version": "4.2",
23 " ObjCExceptionCatch",
24 "ObjCExceptionCatch/**/*.{h,m,swift}"