blob: 91bb421253e509ec948fa8e08ed9aa9237a5f639 [file] [log] [blame]
{
"name": "ErrorDispatcher",
"version": "0.1.7",
"summary": "Pod for error handling.",
"description": "Pod for error handling. This pod implement chain of responsobilities pattern for handling errors in your app.",
"homepage": "https://bitbucket.org/Khalbaevdm/errordispatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitriy Khalbaev": "dkhalbaev@dnomads.pro"
},
"source": {
"git": "https://bitbucket.org/Khalbaevdm/errordispatcher",
"tag": "0.1.7"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4",
"subspecs": [
{
"name": "Core",
"source_files": "ErrorDispatcher/Classes/Core/**/*",
"frameworks": "Foundation",
"dependencies": {
"ErrorDispatcher/Alert": [
]
}
},
{
"name": "Alert",
"source_files": "ErrorDispatcher/Classes/Alert/**/*",
"frameworks": "Foundation"
},
{
"name": "ReactiveSwift",
"source_files": "ErrorDispatcher/Classes/Reactive/**/*",
"dependencies": {
"ErrorDispatcher/Core": [
],
"ReactiveSwift": [
"~> 5.0.0"
],
"Result": [
"~> 4.1"
]
}
}
],
"swift_version": "4"
}