2 "name": "Connectivity",
4 "swift_versions": "5.0",
5 "summary": "Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.",
6 "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 Wi-Fi network lacking Internet connectivity. Such situations are commonplace and may occur for example when connecting to a public Wi-Fi network which requires the user to register before use. Connectivity can detect such situations enabling you to react accordingly.",
7 "homepage": "https://github.com/rwbutler/Connectivity",
13 "Ross Butler": "github@rwbutler.com"
16 "git": "https://github.com/rwbutler/Connectivity.git",
24 "frameworks": "SystemConfiguration",
29 "source_files": "Connectivity/Classes/**/*",
31 "Connectivity/Classes/Reachability/LICENSE.txt"
33 "swift_version": "5.0"