[Add] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / 9 / b / d / Connectivity / 0.0.2 / Connectivity.podspec.json
blob4f27e0687c36293e45883e47a03405e11a8aa13a
2   "name": "Connectivity",
3   "version": "0.0.2",
4   "summary": "Wraps Reachability to help developers determine where Internet connectivity is available",
5   "description": "Connectivity is a wrapper for Reachability which provides a true indication of whether Internet connectivity is available. Connectivity's objective is to solve the captive portal problem whereby a device running iOS is connected to a WiFi network lacking Internet connectivity. 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": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.1",
22   "source_files": "Connectivity/Classes/**/*",
23   "exclude_files": [
24     "Connectivity/Classes/Reachability/LICENSE.txt"
25   ]