blob: c1bcb8d88825fba4fdb530bac6774067b8291a45 [file] [log] [blame]
{
"name": "CommandBus",
"version": "0.0.7",
"summary": "CommandBus is a light weight Command Bus implementation written in Swift",
"description": "CommandBus is a light weight Command Bus implementation written in Swift. You can use it in order to facilitate your Command pattern implementation. It's also recommanded to use this pattern in a Domain Driven Design achitecture.",
"homepage": "https://github.com/Ekhoo/CommandBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Ortis": "me@lucas-ortis.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ekhoo/CommandBus.git",
"tag": "0.0.7"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 2.3.0"
]
}
}