blob: 35694ab4596f5d56c41245ee25562bddff98d5aa [file] [log] [blame]
{
"name": "ErrorDispatcher",
"version": "0.1.6",
"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.6"
},
"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": [
"~> 6.1.0"
],
"Result": [
"~> 3.2.4"
]
}
}
],
"swift_version": "4"
}