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