| { |
| "name": "StatusBarOverlay", |
| "version": "1.2", |
| "summary": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too", |
| "description": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too, with interactive buttons", |
| "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.2" |
| }, |
| "source_files": "Sources/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.1" |
| ] |
| }, |
| "resource_bundles": { |
| "StatusBarOverlay": [ |
| "Sources/*.xib", |
| "Sources/*.xcassets" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.2" |
| } |