blob: daa3f6eb0c56726a16a51f043437d250d2f3c553 [file] [log] [blame]
{
"name": "ObjCExceptionCatch",
"version": "1.0.1",
"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 Chryssochoidis": "c.chryssochoidis@afse.eu"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/advantagefse/ObjCExceptionCatch.git",
"tag": "1.0.1"
},
"swift_version": "4.2",
"source_files": [
" ObjCExceptionCatch",
"ObjCExceptionCatch/**/*.{h,m,swift}"
]
}