[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / a / 2 / JFMinimalNotifications / 0.0.7 / JFMinimalNotifications.podspec.json
blobc06b79168eae4067fe97a7c1e37526a4e0709c64
2   "name": "JFMinimalNotifications",
3   "version": "0.0.7",
4   "summary": "An iOS UIView for presenting a minimalistic notification that doesn't block the UI and is highly configurable",
5   "requires_arc": true,
6   "description": "An iOS UIView for presenting a beautiful notification that is highly configurable and works for both iPhone and iPad. \nJFMinimalNotification is only available in ARC and targets iOS 7.0+.",
7   "homepage": "https://github.com/atljeremy/JFMinimalNotifications",
8   "screenshots": "https://dl.dropboxusercontent.com/u/55388810/JFMinimalNotificationExample.jpeg",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Jeremy Fox": "atljeremy@me.com"
15   },
16   "social_media_url": "http://jeremyfox.me",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source": {
21     "git": "https://github.com/atljeremy/JFMinimalNotifications.git",
22     "tag": "0.0.7"
23   },
24   "source_files": "JFMinimalNotification/*.{h,m}",
25   "public_header_files": "JFMinimalNotification/*.h",
26   "frameworks": "CoreGraphics"