[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 1 / ErrorDispatching / 0.1.1 / ErrorDispatching.podspec.json
blob52eb9af75e9153ec78a6021e798b0f7c4a0ca927
2   "name": "ErrorDispatching",
3   "version": "0.1.1",
4   "summary": "A simple and reusable error handling in Swift",
5   "homepage": "https://github.com/eastsss/ErrorDispatching",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Anatoliy Radchenko": "anatox91@yandex.ru"
12   },
13   "source": {
14     "git": "https://github.com/eastsss/ErrorDispatching.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ErrorDispatching/Classes/Core/**/*",
26       "frameworks": [
27         "Foundation",
28         "UIKit"
29       ],
30       "resource_bundles": {
31         "ErrorDispatching": [
32           "ErrorDispatching/Assets/Core/**/*.{strings}"
33         ]
34       }
35     },
36     {
37       "name": "ReactiveSwift",
38       "source_files": "ErrorDispatching/Classes/ReactiveSwift/**/*",
39       "dependencies": {
40         "ErrorDispatching/Core": [
42         ],
43         "ReactiveSwift": [
44           "~> 1.1"
45         ],
46         "Result": [
47           "~> 3.0"
48         ]
49       }
50     },
51     {
52       "name": "Moya",
53       "source_files": "ErrorDispatching/Classes/Moya/**/*",
54       "dependencies": {
55         "ErrorDispatching/Core": [
57         ],
58         "Moya": [
59           "~> 8.0.3"
60         ]
61       }
62     }
63   ]