blob: 3fbc21c31cf3ac9379e7c9e0ca726dcf3b48218d [file] [log] [blame]
{
"name": "ObjCExceptionCatch",
"version": "1.0.3",
"summary": "Small wrapper function that catches NSExceptions and converts them to NSErrors.",
"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.",
"homepage": "https://github.com/advantagefse/ObjCExceptionCatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christos Koninis": "c.koninis@afse.eu",
"Akis Vavouranakis": "a.vavouranakis@afse.eu",
"Christos Chryssochoidis": "c.chryssochoidis@afse.eu"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/advantagefse/ObjCExceptionCatch.git",
"tag": "1.0.3"
},
"swift_version": "4.2",
"source_files": [
" ObjCExceptionCatch",
"ObjCExceptionCatch/**/*.{h,m,swift}"
]
}