[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / a / 9 / PVReachability / 0.1.3 / PVReachability.podspec.json
blob60fa7b5c673179ed10f7a8f16ffbde876a02533d
2   "name": "PVReachability",
3   "version": "0.1.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chandra": "chandrasekhar.swift@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chandrasekhar-swift/PVReachability.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PVReachability/cls/*.swift"