2 "name": "PVReachability",
4 "summary": "Reachability V0.1.2",
5 "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 }",
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"