[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 0 / 9 / ZSConnectivity / 7.0.1 / ZSConnectivity.podspec.json
blobde74b0d34240e6a7db99d3ed8a1a85541123da70
2   "name": "ZSConnectivity",
3   "version": "7.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://git.zsinfo.nl/Zandor300/Connectivity",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ross Butler": "github@rwbutler.com",
14     "Zandor Smith": "info@zsinfo.nl"
15   },
16   "source": {
17     "git": "https://git.zsinfo.nl/Zandor300/Connectivity",
18     "tag": "7.0.1"
19   },
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.13"
24   },
25   "frameworks": "SystemConfiguration",
26   "weak_frameworks": [
27     "Network",
28     "Combine"
29   ],
30   "source_files": "Connectivity/Classes/**/*",
31   "resource_bundles": {
32     "Connectivity_Privacy": [
33       "Example/Pods/Target\\ Support\\ Files/Connectivity-iOS/PrivacyInfo.xcprivacy"
34     ]
35   },
36   "exclude_files": [
37     "Connectivity/Classes/Reachability/LICENSE.txt"
38   ],
39   "swift_version": "5.0"