blob: e281e60c6f211e73e8702fd9f6ea0160cf1eb3f0 [file] [log] [blame]
{
"name": "EventBus.swift",
"version": "0.1.0",
"summary": "Fast and type safe event bus for swift.",
"description": "EventBus.swift is an event bus for Swift.It helps you to write elegant code about Events in swift, bye bye `NSNotification`。",
"homepage": "https://github.com/LeoMobileDeveloper/EventBus.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leomobiledeveloper@gmail.com"
},
"source": {
"git": "https://github.com/LeoMobileDeveloper/EventBus.swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*"
}