2 "name": "SimpleNotification",
4 "summary": "A lightweight wrapper for native notifications with typed event observers.",
5 "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!",
6 "homepage": "https://github.com/tralf/SimpleNotification",
12 "Viktor Kalinchuk": "viktor.kalinchuk@gmail.com"
15 "git": "https://github.com/tralf/SimpleNotification.git",
21 "swift_version": "5.0",
22 "source_files": "SimpleNotification/Source/**/*.swift"