https://github.com/vsanthanam/networkreachabilityrxswift
RxSwift Bindings for NetworkReachability
https://github.com/vsanthanam/networkreachabilityrxswift
ios macos networkreachability reachability rxswift swift tvos watchos xcode
Last synced: 5 months ago
JSON representation
RxSwift Bindings for NetworkReachability
- Host: GitHub
- URL: https://github.com/vsanthanam/networkreachabilityrxswift
- Owner: vsanthanam
- License: mit
- Created: 2022-06-11T20:05:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T21:41:43.000Z (over 2 years ago)
- Last Synced: 2025-05-10T04:01:55.604Z (5 months ago)
- Topics: ios, macos, networkreachability, reachability, rxswift, swift, tvos, watchos, xcode
- Language: Swift
- Homepage:
- Size: 294 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NetworkReachabilityRxSwift
[](https://github.com/vsanthanam/AnyAsyncSequence/blob/main/LICENSE)
[](https://github.com/vsanthanam/NetworkReachabilityRxSwift/releases)
[](https://github.com/vsanthanam/NetworkReachability/actions/workflows/spm-build-test.yml)
[](https://swift.org)
[](https://developer.apple.com)[RxSwift](https://github.com/ReactiveX/RxSwift) bindings for [NetworkReachability](https://github.com/vsanthanam/NetworkReachability)
## Installation
NetworkReachabilityRxSwift is currently distributed exclusively through the [Swift Package Manager](https://www.swift.org/package-manager/).
To add NetworkReachabilityRxSwift as a dependency to an existing Swift package, add the following line of code to the `dependencies` parameter of your `Package.swift` file:
```swift
dependencies: [
.package(url: "https://github.com/vsanthanam/NetworkReachability.git", from: "1.0.0")),
.package(url: "https://github.com/vsanthanam/NetworkReachabilityRxSwift.git", from: "1.0.0"))
]
```To add NetworkReachabilityRxSwift as a dependency to an Xcode Project:
- Choose `File` → `Add Packages...`
- Enter package URL `https://github.com/vsanthanam/NetworkReachabilityRxSwift.git` and select your release and of choice.Other distribution mechanisms like CocoaPods or Carthage may be added in the future.
Additional installation instructions are available on the [Swift Package Index](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)
[](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)
[](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)Explore [the documentation](https://vsanthanam.github.io/NetworkReachabilityRxSwift/docs/documentation/networkreachabilityrxswift/) for more details.
## License
**NetworkReachabilityRxSwift** is available under the MIT license. See the LICENSE file for more information.