[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 1 / StatusBarOverlay / 2.2 / StatusBarOverlay.podspec.json
blob32b0aa15caa710f08dfd2ccadd617bffbd7698c9
2   "name": "StatusBarOverlay",
3   "version": "2.2",
4   "summary": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too",
5   "description": "StatusBarOverlay will automatically show a \"No Internet Connection\" bar when your app loses connection, and hide it again. It supports apps which hide the status bar and The Notch",
6   "homepage": "https://github.com/IdleHandsApps/StatusBarOverlay/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "swift_version": "5.0",
17   "source": {
18     "git": "https://github.com/IdleHandsApps/StatusBarOverlay.git",
19     "tag": "2.2"
20   },
21   "source_files": "Sources/*.swift",
22   "dependencies": {
23     "ReachabilitySwift": [
24       "~> 4.3"
25     ]
26   },
27   "resource_bundles": {
28     "StatusBarOverlay": [
29       "Sources/*.xib",
30       "Sources/*.xcassets"
31     ]
32   },
33   "frameworks": "UIKit",
34   "requires_arc": true