[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / d / Connectivity / 0.0.4 / Connectivity.podspec.json
blob0e1d86f625aa749bc3c77dfeb4fbfa8eaa6ab96f
2   "name": "Connectivity",
3   "version": "0.0.4",
4   "summary": "Connectivity improves on Reachability for determining Internet connectivity in your iOS application",
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 WiFi network lacking Internet connectivity. Such situations are commonplace and may occur for example when connecting to a public WiFi 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": "0.0.4"
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   ]