| { | |
| "name": "SwiftEventHub", | |
| "version": "1.0.0", | |
| "summary": "EventHub vfor swift", | |
| "description": "Simple implementation of an EventHub in Swift. Supports callbacks and listeners.", | |
| "homepage": "https://github.com/imbue11235/EventHub", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "imbue11235": "kaspar.birk@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/imbue11235/EventHub.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source_files": "Sources/EventHub/*.swift" | |
| } |