blob: cc9bd5a0699361a1e67b1055fa1441382ef9e30b [file] [log] [blame]
{
"name": "SKNotification",
"version": "1.5",
"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\t\t * Custom animations\n\t\t * Cancelation blocks\n",
"homepage": "http://isandor.com/open-source/sknotification-cocoapod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sandor Kolotenko": "sandor@isandor.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/SandorUK/SKNotification.git",
"tag": "1.5"
},
"source_files": [
"SKNotification/Classes",
"SKNotification/Classes/**/*.{h,m}"
],
"requires_arc": true
}