[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 7 / e / RxReachability / 1.2.1 / RxReachability.podspec.json
blobc92259c1c4afeab6bfe66ce7e4550f31b0244eff
2   "name": "RxReachability",
3   "version": "1.2.1",
4   "summary": "RxSwift bindings for Reachability",
5   "description": "RxReachability adds easy to use RxSwift bindings for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).\nYou can react to network reachability changes and even retry observables when network comes back up.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxReachability",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joseph Mattiello": "git@joemattiello.com",
13     "Ivan Bruel": "ivan.bruel@gmail.com",
14     "Bruno Oliveira": "bm.oliveira.dev@gmail.com",
15     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
16   },
17   "source": {
18     "git": "https://github.com/RxSwiftCommunity/RxReachability.git",
19     "tag": "1.2.1"
20   },
21   "social_media_url": "https://rxswift.slack.com",
22   "source_files": "Sources/RxReachability/**/*",
23   "platforms": {
24     "ios": "11.0",
25     "osx": "10.10",
26     "tvos": "11.0"
27   },
28   "swift_versions": "5.2",
29   "dependencies": {
30     "ReachabilitySwift": [
31       ">= 5.0",
32       "< 6.0"
33     ],
34     "RxSwift": [
35       "~> 6"
36     ],
37     "RxCocoa": [
38       "~> 6"
39     ]
40   },
41   "swift_version": "5.2"