4 "summary": "A simple and clean alternative to NSNotificationCenter, written in Swift.",
5 "description": "EventRouter is a simple and easy-to-use message router for sharing messages inside your app. Unlike with `NSNotificationCenter`,\nclasses that want to receive notifications must explicitly conform to the observation protocol, allowing developers to more readily specify\ntheir intent. EventRouter has 0 dependencies, making it a breeze to install.",
6 "homepage": "https://github.com/startupthekid/EventRouter",
9 "Brendan Conron": "conronb@gmail.com"
12 "git": "https://github.com/startupthekid/EventRouter.git",
15 "social_media_url": "https://twitter.com/startupthekid",
19 "source_files": "EventRouter/Classes/**/*"