2 "name": "PVReachability",
4 "summary": "Reachability Helper with network names & block notifier",
5 "description": "• Now you can get network state change as block\n let notifier = PVReachabilityNotifier()\n notifier.notify = { state in\n switch state {\n case .reachable:\n print(PVReachabilityService.isCellular)\n print(PVReachabilityService.isWIFI)\n print(PVReachabilityService.networkString)\n print(PVReachabilityService.isNetworkAvailable)\n case .unreacahble:\n print(\"Network unreachable\")\n }\n }",
6 "homepage": "https://github.com/chandrasekhar-swift/PVReachability",
12 "Chandra": "chandrasekhar.swift@gmail.com"
15 "git": "https://github.com/chandrasekhar-swift/PVReachability.git",
21 "source_files": "PVReachability/cls/*.swift"