| { |
| "name": "MessageDispatcher", |
| "version": "0.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "MessageDispatcher/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |