[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / f / CombineReachability / 1.0.0 / CombineReachability.podspec.json
blobaad5f3c0895063de92b11d6e3b34a2ac0949216c
2   "name": "CombineReachability",
3   "version": "1.0.0",
4   "summary": "Combine publishers for Reachability",
5   "description": "CombineReachability adds easy to use Combine publishers for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).\nIt adds the ability to react to network reachability changes in a reactive way using the power of Combine.\nThis library was inspired by the RxSwift Community's [RxReachability](https://github.com/RxSwiftCommunity/RxReachability) library.",
6   "homepage": "https://github.com/istvan-kreisz/CombineReachability.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Istvan Kreisz": "kreiszdev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/istvan-kreisz/CombineReachability.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Sources/CombineReachability/*",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0"
23   },
24   "frameworks": "Foundation",
25   "swift_versions": "5.1",
26   "dependencies": {
27     "ReachabilitySwift": [
28       "~> 5.0.0"
29     ]
30   },
31   "swift_version": "5.1"