[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / a / 9 / PVReachability / 0.1.1 / PVReachability.podspec.json
blobb567ad879cd4db14cbeb9b939d1d24c1a7e37ed4
2   "name": "PVReachability",
3   "version": "0.1.1",
4   "summary": "Reachability V0.1.1",
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",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "PVReachability/cls/*.swift"