blob: 3290d9398ff576984b279314e642de185d765ca1 [file] [log] [blame]
{
"name": "SKNotification",
"version": "1.3",
"summary": "Nice and easy unobtrusive notifications.",
"description": " Nice and easy customisable unobtrusive in-app notifications.\n\n\t\t\t\t\tCustomisation:\n * Autoresizing for large text\n * Colours and icons for various statuses (e.g. Alert, Failure)\n\t\t * Tint icons \n * Notification without icon\n * Custom fonts supported\n * Translucent notifications supported\n * Multiple notifications on one screen\n\t\t * Colorized shadow\n",
"homepage": "https://github.com/SandorUK/SKNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sandor Kolotenko": "sandor@isandor.com"
},
"social_media_url": "http://twitter.com/iSandor",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SandorUK/SKNotification.git",
"tag": "1.3"
},
"source_files": [
"SKNotification/Classes",
"SKNotification/Classes/**/*.{h,m}"
],
"requires_arc": true
}