blob: c1c97ea1d59a0a90e3621fc01f92a1279a8505c4 [file] [log] [blame]
{
"name": "SwiftErrorHandler",
"version": "5.0.3",
"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.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"swift_version": "5.0"
}