[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 2 / 1 / StatusBarOverlay / 1.6 / StatusBarOverlay.podspec.json
blob4445455d7a931220d8377284c2c9571d741516ce
2   "name": "StatusBarOverlay",
3   "version": "1.6",
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   "source": {
17     "git": "https://github.com/IdleHandsApps/StatusBarOverlay.git",
18     "tag": "1.6"
19   },
20   "source_files": "Sources/*.swift",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.1"
24     ]
25   },
26   "resource_bundles": {
27     "StatusBarOverlay": [
28       "Sources/*.xib",
29       "Sources/*.xcassets"
30     ]
31   },
32   "frameworks": "UIKit",
33   "requires_arc": true