### Add NetworkReachability to Swift Package Source: https://vsanthanam.github.io/NetworkReachability Add NetworkReachability as a dependency to your Swift package by including the provided URL in the dependencies parameter of your Package.swift file. ```swift dependencies: [ .package(url: "https://github.com/vsanthanam/NetworkReachability.git", from: "1.0.0") ] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.