[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / f / d / OVReachability / 1.3.2 / OVReachability.podspec.json
blob91f89020c2a34ab3e65ce21284970c31ef67b1ca
2   "name": "OVReachability",
3   "version": "1.3.2",
4   "summary": "An Improved Reachability which actually checks url",
5   "description": "The original reachability class just checks the first hop on the way to the Host. If you have VPN connection, It doesn't check if we have actually connection to the Host. Well this class does. It actually tries to connect every x second to the Host until it has a valid connection.",
6   "homepage": "https://github.com/OnurVar/OVReachability.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Onur Var": "var.onur@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/OnurVar/OVReachability.git",
16     "tag": "1.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OVReachability/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
25     ]
26   }