blob: 41a036c79198c793fbd8615e2dcfad722c2d98ac [file] [log] [blame]
{
"name": "KOJObjcExceptionWrapper",
"version": "0.1.0",
"summary": "Objective-C exception wrapper for Swift.",
"description": "You can catch NSException in Swift with this pod.",
"homepage": "https://github.com/malt03/KOJObjcExceptionWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/KOJObjcExceptionWrapper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KOJObjcExceptionWrapper/Classes/**/*"
}