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