blob: 75097694ae353ae1b8b2d5f73fcd81cd3b9dcc03 [file] [log] [blame]
{
"name": "SwiftErrorHandler",
"version": "5.0.2",
"license": {
"type": "Apache-2.0"
},
"homepage": "https://github.com/stefanrenne/SwiftErrorHandler",
"authors": {
"Stefan Renne": "info@stefanrenne.nl"
},
"summary": "Flexible library for handling Swift Errors",
"source": {
"git": "https://github.com/stefanrenne/SwiftErrorHandler.git",
"tag": "5.0.2"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
}
}