blob: 1db7d0b48bf9959abd9041a74df048d523a07a4d [file] [log] [blame]
{
"name": "NoExceptions",
"version": "0.0.3",
"summary": "This is a library that provides the ability for Swift code to catch an `NSException`",
"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.",
"homepage": "https://github.com/joesus/NoExceptions",
"license": "MIT",
"authors": {
"joesus": "joesusnick@gmail.com",
"samodom": "samodom@icloud.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/joesus/NoExceptions.git",
"tag": "v0.0.3"
},
"source_files": "NoExceptions/*.{h,m,swift}",
"swift_version": "5.0",
"requires_arc": true
}