blob: 88ecea1c5a1efc2b828599cf2869ed7754403bf5 [file] [log] [blame]
{
"name": "JFMinimalNotifications",
"version": "0.0.3",
"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. \n JFMinimalNotification is only available in ARC and targets iOS 7.0+.\n",
"homepage": "https://github.com/atljeremy/JFMinimalNotifications",
"screenshots": "http://imageshack.com/a/img673/9547/7auGJk.png",
"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.3"
},
"source_files": "JFMinimalNotification/*.{h,m}",
"public_header_files": "JFMinimalNotification/*.h",
"frameworks": "CoreGraphics"
}