| { |
| "name": "ErrorDispatcher", |
| "version": "0.1.5", |
| "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.5" |
| }, |
| "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" |
| ] |
| } |
| } |
| ] |
| } |