vsanthanam/networkreachability
NetworkReachability is a replacement for Apple's [SystemConfiguration](https://developer.apple.com/documentation/systemconfiguration) [Network Reachability APIs](https://developer.apple.com/documentation/systemconfiguration/scnetworkreachability?language=swift). Because these API
Installation
NetworkReachability is currently distributed exclusively through the Swift Package Manager.
To add NetworkReachability 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")
]To add NetworkReachability as a dependency to an Xcode Project:
- Choose
File→Add Packages... - Enter package URL
https://github.com/vsanthanam/NetworkReachability.gitand select your release of choice.
Other distribution mechanisms like CocoaPods or Carthage may be added in the future.
Usage & Documentation
NetworkReachability's documentation is built with DocC and included in the repository as a DocC archive. The latest version is hosted on GitHub Pages and is available here.
[[Documentation]](https://reachability.tools/docs/documentation/networkreachability)
Additional installation instructions are available on the Swift Package Index
License
NetworkReachability is available under the MIT license. See the LICENSE file for more information.
Package Metadata
Repository: vsanthanam/networkreachability
Default branch: main
README: README.md