[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 2 / 1 / StatusBarOverlay / 1.2 / StatusBarOverlay.podspec.json
blobfa5c8ab874924f9f48a8f46d74c25cba387e8c01
2   "name": "StatusBarOverlay",
3   "version": "1.2",
4   "summary": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too",
5   "description": "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too, with interactive buttons",
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.2"
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,
34   "pushed_with_swift_version": "3.2"