blob: 1b25517756b9f865a77150bf17d36dfe58deaf96 [file] [log] [blame]
{
"name": "SwiftyNSException",
"version": "1.0.0",
"summary": "A tiny library that lets you catch Objective-C NSExceptions right in your Swift code.",
"description": "SwiftyNSException provides a single function that wraps a closure that can throw\nan Objective-C exception and rethrows the exception as a proper Swift error.",
"homepage": "https://github.com/broadwaylamb/SwiftyNSException",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"social_media_url": "http://twitter.com/broadway_lamb",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/broadwaylamb/SwiftyNSException.git",
"tag": "1.0.0"
},
"source_files": [
"SwiftyNSException/NSException+Swift.{h,m}",
"SwiftyNSException/SwiftyNSException.h",
"SwiftyNSException/Wrapper.swift"
],
"pushed_with_swift_version": "3.0"
}