blob: 31f0028e79f5b17c6a90db35773a28be65375d13 [file] [log] [blame]
{
"name": "EventBus.swift",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*"
}