blob: a0f5b213135e3572b921e38492e7ce2a80863ff2 [file] [log] [blame]
{
"name": "ErrorDispatcher",
"version": "0.1.2",
"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@sinergo.ru"
},
"source": {
"git": "https://bitbucket.org/Khalbaevdm/errordispatcher",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "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": [
"~> 3.1.0"
],
"Result": [
"~> 3.2.4"
]
}
}
]
}