[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 7 / e / RxReachability / 1.1.0 / RxReachability.podspec.json
blob2fbca4417ca8d11230f8f508290302798cfc5904
2   "name": "RxReachability",
3   "version": "1.1.0",
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": "1.1.0"
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   "swift_versions": "5.0",
29   "dependencies": {
30     "ReachabilitySwift": [
31       "~> 5.0"
32     ],
33     "RxSwift": [
34       "~> 5"
35     ],
36     "RxCocoa": [
37       "~> 5"
38     ]
39   },
40   "swift_version": "5.0"