blob: c06b79168eae4067fe97a7c1e37526a4e0709c64 [file] [log] [blame]
{
"name": "JFMinimalNotifications",
"version": "0.0.7",
"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.7"
},
"source_files": "JFMinimalNotification/*.{h,m}",
"public_header_files": "JFMinimalNotification/*.h",
"frameworks": "CoreGraphics"
}