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:
NetworkReachabilityRxSwift
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
dependenciesparameter of yourPackage.swiftfile:To add NetworkReachabilityRxSwift as a dependency to an Xcode Project:
File→Add Packages...https://github.com/vsanthanam/NetworkReachabilityRxSwift.gitand 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.