blob: a5d5c442a2e9aed3c5efee926c70a1b38963bce1 [file] [log] [blame]
{
"name": "EventRouter",
"version": "0.1.0",
"summary": "A simple and clean alternative to NSNotificationCenter, written in Swift.",
"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.",
"homepage": "https://github.com/startupthekid/EventRouter",
"license": "MIT",
"authors": {
"Brendan Conron": "conronb@gmail.com"
},
"source": {
"git": "https://github.com/startupthekid/EventRouter.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/startupthekid",
"platforms": {
"ios": "8.0"
},
"source_files": "EventRouter/Classes/**/*"
}