blob: e6d146dc8bf8bd91e98ab6171c185f9c1449dac9 [file] [log] [blame]
{
"name": "ErrorHandler",
"version": "0.8.0",
"summary": "Error handling library 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.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "ErrorHandler/Classes/Core/**/*",
"frameworks": "Foundation"
},
{
"name": "Alamofire",
"source_files": "ErrorHandler/Classes/Alamofire/**/*",
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"ErrorHandler/Core": [
]
}
}
]
}