[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 9 / b / d / Connectivity / 2.0.3 / Connectivity.podspec.json
blobda162552b4cc5a963145e45bade33616a6078456
2   "name": "Connectivity",
3   "version": "2.0.3",
4   "summary": "Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.",
5   "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.",
6   "homepage": "https://github.com/rwbutler/Connectivity",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rwbutler": "github@rwbutler.com"
13   },
14   "source": {
15     "git": "https://github.com/rwbutler/Connectivity.git",
16     "tag": "2.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Connectivity/Classes/**/*",
23   "exclude_files": [
24     "Connectivity/Classes/Reachability/LICENSE.txt"
25   ]