[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 9 / ZSConnectivity / 7.1.0 / ZSConnectivity.podspec.json
blob6cb9e3b47656b9ac34fa19613ceb1cf2b570a1d6
2   "name": "ZSConnectivity",
3   "version": "7.1.0",
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.1.0"
19   },
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.13",
24     "visionos": "1.0"
25   },
26   "frameworks": "SystemConfiguration",
27   "weak_frameworks": [
28     "Network",
29     "Combine"
30   ],
31   "source_files": "Connectivity/Classes/**/*",
32   "resource_bundles": {
33     "Connectivity_Privacy": [
34       "Connectivity/PrivacyInfo.xcprivacy"
35     ]
36   },
37   "exclude_files": [
38     "Connectivity/Classes/Reachability/LICENSE.txt"
39   ],
40   "swift_version": "5.0"