[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 9 / ZSConnectivity / 8.0.2 / ZSConnectivity.podspec.json
blob945b072b28a8020a5ca8bc05f309d1313d5cd5d5
2   "name": "ZSConnectivity",
3   "version": "8.0.2",
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": "8.0.2"
19   },
20   "platforms": {
21     "ios": "13.0",
22     "tvos": "13.0",
23     "osx": "10.15",
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     "ZSConnectivity": "Connectivity/PrivacyInfo.xcprivacy"
34   },
35   "exclude_files": [
36     "Connectivity/Classes/Reachability/LICENSE.txt"
37   ],
38   "swift_version": "5.0"