blob: 3c62c25e24f2534b83e94f4e98892d503b3afb12 [file] [log] [blame]
{
"name": "ObjCTry",
"version": "1.1.0",
"summary": "Catch Objective-C exceptions in your Swift project.",
"description": "Simple code wrapper. ObjCTry helps you by catching Objective-C exceptions within your Swift do-catch section.",
"homepage": "https://github.com/svetam/ObjCTry",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Svetislav Markovic": "svetam.sd@gmail.com"
},
"source": {
"git": "https://github.com/svetam/ObjCTry.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ObjCTry/Classes/**/*",
"public_header_files": "ObjCTry/Classes/**/*.h"
}