[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / c / 7 / e / RxReachability / 0.1.8 / RxReachability.podspec.json
blob274e1e92c2b80b1323842750635334c3c0b5c8be
2   "name": "RxReachability",
3   "version": "0.1.8",
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     "Ivan Bruel": "ivan.bruel@gmail.com",
13     "Bruno Oliveira": "bm.oliveira.dev@gmail.com",
14     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
15   },
16   "source": {
17     "git": "https://github.com/RxSwiftCommunity/RxReachability.git",
18     "tag": "0.1.8"
19   },
20   "social_media_url": "https://rxswift.slack.com",
21   "source_files": "RxReachability/Sources/**/*",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "tvos": "9.0"
26   },
27   "frameworks": "Foundation",
28   "dependencies": {
29     "ReachabilitySwift": [
30       "~> 4.3.0"
31     ],
32     "RxSwift": [
33       "~> 4"
34     ],
35     "RxCocoa": [
36       "~> 4"
37     ]
38   }