2 "name": "Connectivity",
4 "summary": "Connectivity improves on Reachability for determining Internet connectivity in your iOS application",
5 "description": "Connectivity wraps Apple's Reachability code to provide a reliable measure of whether Internet connectivity is available where Reachability alone can only indicate whether _an interface is available that might allow a connection_. Connectivity's objective is to solve the captive portal problem whereby an iOS device is connected to a WiFi network lacking Internet connectivity. Such situations are commonplace and may occur for example when connecting to a public WiFi network which requires the user to register before use. Connectivity can detect such situations enabling you to react accordingly.",
6 "homepage": "https://github.com/rwbutler/Connectivity",
12 "rwbutler": "github@rwbutler.com"
15 "git": "https://github.com/rwbutler/Connectivity.git",
21 "swift_version": "4.1",
22 "source_files": "Connectivity/Classes/**/*",
24 "Connectivity/Classes/Reachability/LICENSE.txt"