| { |
| "name": "ErrorDispatcher", |
| "version": "0.1.0", |
| "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.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4", |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "ErrorDispatcher/Classes/Core/**/*", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "SwiftUtilites": [ |
| "~> 0.1.3" |
| ] |
| } |
| }, |
| { |
| "name": "ReactiveSwift", |
| "source_files": "ErrorDispatcher/Classes/Reactive/**/*", |
| "dependencies": { |
| "ErrorDispatcher/Core": [ |
| |
| ], |
| "ReactiveSwift": [ |
| "~> 3.1.0" |
| ], |
| "Result": [ |
| "~> 3.2.4" |
| ] |
| } |
| } |
| ] |
| } |