blob: 12046d6da3af3d8b893c580eb5c62c48b115d53f [file] [log] [blame]
{
"name": "NSExceptionSwift",
"version": "1.0.0",
"summary": "A tiny library that lets you catch Objective-C NSExceptions right in your Swift code",
"homepage": "https://github.com/ky1vstar/NSExceptionSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ky1vstar": "general@ky1vstar.dev"
},
"source": {
"git": "https://github.com/ky1vstar/NSExceptionSwift.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": [
"Foundation"
],
"source_files": "Sources/NSExceptionSwift/**/*.{h,m,swift}",
"swift_version": "5.0"
}