[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 7 / e / RxReachability / 0.1.2 / RxReachability.podspec.json
blobbc8a663419e2428583921e91db2be2ff256da85f
2   "name": "RxReachability",
3   "version": "0.1.2",
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/ivanbruel/RxReachability",
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/RxReachability.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/ivanbruel",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0"
23   },
24   "source_files": "RxReachability/Classes/**/*",
25   "dependencies": {
26     "ReachabilitySwift": [
27       "~> 3"
28     ],
29     "RxSwift": [
30       "~> 3"
31     ],
32     "RxCocoa": [
33       "~> 3"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"