2 "name": "MessageDispatcher",
4 "summary": "A simple class for sending messages of a generic type to weakly held listeners.",
5 "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.",
6 "homepage": "https://github.com/popwarsweet/MessageDispatcher",
12 "popwarsweet": "popwarsweet@gmail.com"
15 "git": "https://github.com/popwarsweet/MessageDispatcher.git",
21 "source_files": "MessageDispatcher/Classes/**/*",
22 "pushed_with_swift_version": "3.0"