blob: 6c7f9a2df7855a4345ec109730dc816423b8fac0 [file] [log] [blame]
{
"name": "CENotifier",
"version": "0.1.2",
"summary": "An in-app ambient notification system for growl-like alerts.",
"description": " CENotifier will take care of queueing up the notifications and only displaying them if they will fit on the screen without overlapping with other notification views already being displayed.\n\n Tapping on the main part of a notification view will dismiss the view immediately and send a delegate message to let you know the view was tapped.\n\n If the user taps the image part of the notification, it acts as a \"cancel\" action and a separate delegate message is sent in that case.\n",
"homepage": "https://github.com/jcmendez/CENotifier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Etzel": "chad@jazzychad.net",
"Juan C. Mendez (pod packaging)": "jcmendez@alum.mit.edu"
},
"social_media_url": "http://twitter.com/jcmendez_us",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jcmendez/CENotifier.git",
"tag": "0.1.2"
},
"source_files": "CENotifier/Classes/*.{h,m}",
"exclude_files": "CENotifier/Classes/SDWebImage",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.7"
]
}
}