blob: e78c5bc83f03bb2743f22a1ec17889c9e8c017af [file] [log] [blame]
{
"name": "EventRouter",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/startupthekid",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/*.swift",
"frameworks": "Foundation"
},
{
"name": "ReactiveCocoa",
"source_files": "Source/ReactiveCocoa/*.swift",
"dependencies": {
"EventRouter/Core": [
],
"ReactiveCocoa": [
"~> 4.1"
]
}
}
]
}