[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / b / c / f / CombineReachability / 1.0.1 / CombineReachability.podspec.json
blob65dc7a1ea8d2ad8708c7a5d1f82dd8266f440a94
2   "name": "CombineReachability",
3   "version": "1.0.1",
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.1"
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"