[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / 3 / FDStatusBarNotifierView / 0.1.1 / FDStatusBarNotifierView.podspec.json
blob3ce77e87a01eb29dfc26d41bebe0483db62afa08
2   "name": "FDStatusBarNotifierView",
3   "version": "0.1.1",
4   "summary": "FDStatusBarNotifier is a UIView subclass that lets you display notifications using the space in which the status bar resides.",
5   "homepage": "https://github.com/frankdilo/FDStatusBarNotifierView",
6   "authors": {
7     "Francesco Di Lorenzo": "fradilorenzo92@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/frankdilo/FDStatusBarNotifierView.git",
15     "tag": "v0.1.1"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "FDStatusBarNotifierView/*.{h,m}",
21   "frameworks": [
22     "CoreGraphics",
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true