[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / d / Connectivity / 3.0.1 / Connectivity.podspec.json
blobf43d5b406a9136f8d39ea7f0a8a3f50f01c523ca
2   "name": "Connectivity",
3   "version": "3.0.1",
4   "swift_versions": "5.0",
5   "summary": "Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.",
6   "description": "Connectivity wraps Apple's Reachability code to provide a reliable measure of whether Internet connectivity is available where Reachability alone can only indicate whether _an interface is available that might allow a connection_. Connectivity's objective is to solve the captive portal problem whereby an iOS device is connected to a Wi-Fi network lacking Internet connectivity. Such situations are commonplace and may occur for example when connecting to a public Wi-Fi network which requires the user to register before use. Connectivity can detect such situations enabling you to react accordingly.",
7   "homepage": "https://github.com/rwbutler/Connectivity",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ross Butler": "github@rwbutler.com"
14   },
15   "source": {
16     "git": "https://github.com/rwbutler/Connectivity.git",
17     "tag": "3.0.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Connectivity/Classes/**/*",
24   "exclude_files": [
25     "Connectivity/Classes/Reachability/LICENSE.txt"
26   ],
27   "swift_version": "5.0"