blob: 1cb7c01114a202ecb264a94d96145439692ac99e [file] [log] [blame]
{
"name": "BKEventBus",
"platforms": {
"ios": "8.0"
},
"summary": "EventBus is tiny, simple typed event bus to communicate between components.",
"requires_arc": true,
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Burt.K": "skyfe79@gmail.com"
},
"homepage": "https://github.com/skyfe79/EventBus",
"source": {
"git": "https://github.com/skyfe79/EventBus.git",
"tag": "1.0.2"
},
"source_files": "EventBus/{*.swift}",
"swift_version": "3.2"
}