blob: bc1840f12b0cd4cebae6817212536f077a411e1e [file] [log] [blame]
{
"name": "SwiftEventHub",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/EventHub/*.swift"
}