[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 9 / d / CommandBus / 0.0.6 / CommandBus.podspec.json
blob358e9db431ebb9023d4ed74e77b2098e6fa8815a
2   "name": "CommandBus",
3   "version": "0.0.6",
4   "summary": "CommandBus is a light weight Command Bus implementation written in Swift",
5   "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.",
6   "homepage": "https://github.com/Ekhoo/CommandBus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Ortis": "me@lucas-ortis.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Ekhoo/CommandBus.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "Source/*.swift",
22   "requires_arc": true,
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 2.3.0"
26     ]
27   }