blob: f5d473ebd1e718f8c0adc002e96e49fdc108161e [file] [log] [blame]
{
"name": "OVReachability",
"version": "1.2.2",
"summary": "An Improved Reachability which actually checks url",
"description": "The original reachability class just checks the first hop on the way to the Host. If you have VPN connection, It doesn't check if we have actually connection to the Host. Well this class does. It actually tries to connect every x second to the Host until it has a valid connection.",
"homepage": "https://github.com/OnurVar/OVReachability.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Onur Var": "var.onur@hotmail.com"
},
"source": {
"git": "https://github.com/OnurVar/OVReachability.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OVReachability/Classes/**/*",
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.1"
}