[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / d / RxResponderChain / 1.1.0 / RxResponderChain.podspec.json
blob2ec5cad987da45529842afdbc61c502c71dd3ba7
2   "name": "RxResponderChain",
3   "version": "1.1.0",
4   "summary": "Notify Rx events via responder chain",
5   "description": "`RxResponderChain` is an extension of `RxSwift`, `RxCocoa`.\nIt provides the way to notify Rx events via responder chain.",
6   "homepage": "https://github.com/ukitaka/RxResponderChain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ukitaka": "yuki.takahashi.1126@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ukitaka/RxResponderChain.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Sources/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 3.4"
26     ],
27     "RxCocoa": [
28       "~> 3.4"
29     ]
30   },
31   "pushed_with_swift_version": "3.0.2"