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