blob: b567ad879cd4db14cbeb9b939d1d24c1a7e37ed4 [file] [log] [blame]
{
"name": "PVReachability",
"version": "0.1.1",
"summary": "Reachability V0.1.1",
"description": "• Now you can access network flags using class methods\n print(ReachabilityService.isCellular)\n print(ReachabilityService.isWIFI)\n print(ReachabilityService.networkString)\n print(ReachabilityService.isNetworkAvailable)\n• Now you can get network state change as block\nReachabilityService.shared.reachabilityStateChanged = { state in\n switch state {\n case .reachable:\n print(\"Network reachable\")\n case .unreacahble:\n print(\"Network unreachable\")\n }\n }",
"homepage": "https://github.com/chandrasekhar-swift/PVReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chandra": "chandrasekhar.swift@gmail.com"
},
"source": {
"git": "https://github.com/chandrasekhar-swift/PVReachability.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PVReachability/cls/*.swift"
}