blob: cce9db4ce7b1bebb8f117b418ad5dc84d5bdae53 [file] [log] [blame]
{
"name": "ErrorHandler",
"version": "0.8.2",
"swift_versions": [
"4.2",
"5.0"
],
"summary": "Elegant and flexible error handling for Swift",
"description": "> Elegant and flexible error handling for Swift\n\nErrorHandler enables expressing complex error handling logic with a few lines of code using a memorable fluent API.",
"homepage": "https://github.com/Workable/swift-error-handler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostas Kremizas": "kremizask@gmail.com",
"Eleni Papanikolopoulou": "eleni.papanikolopoulou@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Workable/swift-error-handler.git",
"tag": "0.8.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ErrorHandler/Classes/Core/**/*",
"frameworks": "Foundation"
},
{
"name": "Alamofire",
"source_files": "ErrorHandler/Classes/Alamofire/**/*",
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"ErrorHandler/Core": [
]
}
}
],
"swift_version": "5.0"
}