blob: 0e1d86f625aa749bc3c77dfeb4fbfa8eaa6ab96f [file] [log] [blame]
{
"name": "Connectivity",
"version": "0.0.4",
"summary": "Connectivity improves on Reachability for determining Internet connectivity in your iOS application",
"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.",
"homepage": "https://github.com/rwbutler/Connectivity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rwbutler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/Connectivity.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "Connectivity/Classes/**/*",
"exclude_files": [
"Connectivity/Classes/Reachability/LICENSE.txt"
]
}