blob: 921f93ff9893f2ab248f6d725372a0c1c086d5f6 [file] [log] [blame]
{
"name": "MessageDispatcher",
"version": "0.1.2",
"summary": "A simple class for sending messages of a generic type to weakly held listeners.",
"description": "A simple class for sending messages of a generic type to multiple listeners. Listeners are weakly held and the message dispatcher auto-resizes its table of listeners on message send, or when `resize` is manually called.",
"homepage": "https://github.com/popwarsweet/MessageDispatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popwarsweet": "popwarsweet@gmail.com"
},
"source": {
"git": "https://github.com/popwarsweet/MessageDispatcher.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/kylezaragoza",
"platforms": {
"ios": "8.0"
},
"source_files": "MessageDispatcher/Classes/**/*",
"pushed_with_swift_version": "3.0"
}