blob: 4f27e0687c36293e45883e47a03405e11a8aa13a [file] [log] [blame]
{
"name": "Connectivity",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "Connectivity/Classes/**/*",
"exclude_files": [
"Connectivity/Classes/Reachability/LICENSE.txt"
]
}