[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / a / 2 / JFMinimalNotifications / 0.0.6 / JFMinimalNotifications.podspec.json
blobb7cdcbce6d52f82fdec34269ffa283fc10670411
2   "name": "JFMinimalNotifications",
3   "version": "0.0.6",
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": "http://imageshack.com/a/img673/9547/7auGJk.png",
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.6"
23   },
24   "source_files": "JFMinimalNotification/*.{h,m}",
25   "public_header_files": "JFMinimalNotification/*.h",
26   "frameworks": "CoreGraphics"