NetworkReachabilityRxSwift

1.1.0

RxSwift Bindings for NetworkReachability
vsanthanam/NetworkReachabilityRxSwift

What's New

1.1.0

2023-05-07T21:41:43Z

What's Changed

Full Changelog: 1.0.3...1.1.0

NetworkReachabilityRxSwift

MIT License Package Releases Build Results Swift Version Supported Platforms

RxSwift bindings for NetworkReachability

Installation

NetworkReachabilityRxSwift is currently distributed exclusively through the Swift 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:

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 FileAdd 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

Explore the documentation for more details.

License

NetworkReachabilityRxSwift is available under the MIT license. See the LICENSE file for more information.

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

Last updated: Mon Apr 15 2024 01:39:14 GMT-0900 (Hawaii-Aleutian Daylight Time)