blob: 7b715edd15b1a8c60422d7a4b5fdd30e51017976 [file] [log] [blame]
{
"name": "CWStatusBarNotification",
"version": "1.1.0",
"summary": "A category on UIViewController to show a text notification in the status bar.",
"description": "CWStatusBarNotification adds a category on UIViewController that allows you to present a text-based notification in the status bar.",
"homepage": "http://github.com/cezarywojcik/CWStatusBarNotification",
"screenshots": "https://raw.github.com/cezarywojcik/CWStatusBarNotification/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cezary Wojcik": "me@cezarywojcik.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/cezarywojcik/CWStatusBarNotification.git",
"tag": "1.1.0"
},
"source_files": "CWStatusBarNotification",
"requires_arc": true
}