| { |
| "name": "CommandBus", |
| "version": "0.0.3", |
| "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.3" |
| }, |
| "source_files": "Source/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "SwiftyJSON": [ |
| "~> 2.3.0" |
| ] |
| } |
| } |