| { |
| "name": "StatusBarOverlay", |
| "version": "1.4", |
| "summary": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too", |
| "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", |
| "homepage": "https://github.com/IdleHandsApps/StatusBarOverlay/", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Fraser Scott-Morrison": "fraserscottmorrison@me.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/IdleHandsApps/StatusBarOverlay.git", |
| "tag": "1.4" |
| }, |
| "source_files": "Sources/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.1" |
| ] |
| }, |
| "resource_bundles": { |
| "StatusBarOverlay": [ |
| "Sources/*.xib", |
| "Sources/*.xcassets" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |