[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 7 / RxLegacy / 0.1.0 / RxLegacy.podspec.json
blob782443c46841bd00bba5477d936ab722021300fc
2   "name": "RxLegacy",
3   "version": "0.1.0",
4   "summary": "A bunch of legacy functions from RxSwift for easier block completion",
5   "description": "A bunch of legacy functions from RxSwift for easier block completion.\nIncludes doOnNext, doOnCompleted, doOnSubscribe, doOnError, doOnDispose,\nsubscribeNext, subscribeError, subscribeCompleted, subscribeDispose and mapVoid.\nAlso include a sub-dependency for Result related calls such as, subscribeSucccess,\nsubscribeFailure, doOnFailure and doOnSucccess.",
6   "homepage": "https://github.com/ivanbruel/RxLegacy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ivanbruel": "ivan.bruel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ivanbruel/RxLegacy.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/ivanbruel",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "source_files": "RxLegacy/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.6"
27     ]
28   },
29   "pushed_with_swift_version": "3.0",
30   "subspecs": [
31     {
32       "name": "Core"
33     },
34     {
35       "name": "RxResult",
36       "source_files": "RxLegacy/RxResult/*",
37       "dependencies": {
38         "RxLegacy/Core": [
40         ],
41         "Result": [
42           "~> 3.2"
43         ],
44         "RxResult": [
45           "~> 2.0"
46         ]
47       }
48     }
49   ]