blob: 73ad8cf8b297c7242bb5c6c370f42434600a91bf [file] [log] [blame]
{
"name": "JFMinimalNotifications",
"version": "0.0.8",
"summary": "An iOS UIView for presenting a minimalistic notification that doesn't block the UI and is highly configurable",
"requires_arc": true,
"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+.",
"homepage": "https://github.com/atljeremy/JFMinimalNotifications",
"screenshots": "https://dl.dropboxusercontent.com/u/55388810/JFMinimalNotificationExample.jpeg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeremy Fox": "atljeremy@me.com"
},
"social_media_url": "http://jeremyfox.me",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/atljeremy/JFMinimalNotifications.git",
"tag": "0.0.8"
},
"source_files": "JFMinimalNotification/*.{h,m}",
"public_header_files": "JFMinimalNotification/*.h",
"frameworks": "CoreGraphics"
}