blob: 6641a4089155e5cc87ddf73f766d24447382317b [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.8",
"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.8"
},
"source_files": "EventBusApp/EventBus/{*.swift}",
"swift_version": "4.1"
}