blob: 234c4391bbf43496ad2db1f50ef84205ced5d680 [file] [log] [blame]
{
"name": "SugarBus",
"version": "0.2.0",
"summary": "Fast and type safe event bus for swift.",
"description": "SugarBus 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/SugarBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leo": "leomobiledeveloper@gmail.com"
},
"source": {
"git": "https://github.com/LeoMobileDeveloper/SugarBus.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*"
}