blob: 1b3f0847c278c1c39bce4b341b36ceb65c9c9c43 [file] [log] [blame]
{
"name": "Connectivity",
"version": "0.0.1",
"summary": "Wraps Reachability to help developers determine where Internet connectivity is available",
"description": "Connectivity is a wrapper for Reachability which provides a true indication of whether Internet connectivity is available. Connectivity's objective is to solve the captive portal problem whereby a device running iOS is connected to a WiFi network lacking Internet connectivity. 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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Connectivity/Classes/**/*",
"pushed_with_swift_version": "3.0"
}