[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / 8 / ReachabilityUI / 1.0.1 / ReachabilityUI.podspec.json
blobc185c1db7b31a8c40a30349ce2562013464992d0
2   "name": "ReachabilityUI",
3   "version": "1.0.1",
4   "summary": "ReachabilityUI is a framework meant to help informing the user when an app loses connection to the internet.",
5   "description": "ReachabilityUI is a framework meant to help informing the user when an app loses connection to the internet. With ReachabilityUI you can even register a ReachabilityListener instance that will allow you to get notified about the connection drop. This can be used to adjust your application's UI so that the content won't overlap the banner, or for any other action you might need to take when the connectivity drops.",
6   "homepage": "https://github.com/nodes-ios/Reachability-UI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nodes Agency - iOS": "ios@nodes.dk"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "4.2",
18   "source": {
19     "git": "https://github.com/nodes-ios/Reachability-UI.git",
20     "tag": "1.0.1"
21   },
22   "subspecs": [
23     {
24       "name": "ReachabilityUI",
25       "ios": {
26         "source_files": "ReachabilityUI/ReachabilityUI/**/*.swift"
27       }
28     }
29   ],
30   "swift_version": "4.2"