blob: 9aa6bcfc52c03448537901bf573c473b640fe499 [file] [log] [blame]
{
"name": "SimpleNotification",
"version": "0.5",
"summary": "A lightweight wrapper for native notifications with typed event observers.",
"description": "A lightweight wrapper for native notifications.\nFeatures:\n1. Easy-to-use Swift-style replacement for Notification and NotificationCenter functionality\n2. Closure-based - no need to deal with selectors anymore\n3. Uses the power of Swift generics. Observers wait for a user data with specific type - they get it!",
"homepage": "https://github.com/tralf/SimpleNotification",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viktor Kalinchuk": "viktor.kalinchuk@gmail.com"
},
"source": {
"git": "https://github.com/tralf/SimpleNotification.git",
"tag": "0.5"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "SimpleNotification/Source/**/*.swift"
}