[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 9 / d / VIPERS-CommandBus / 0.1.0 / VIPERS-CommandBus.podspec.json
blob3506c1f55af6c2461800c34676f1d88faf97274a
2   "name": "VIPERS-CommandBus",
3   "version": "0.1.0",
4   "summary": "Command bus implementation used by the iOS application framework 'VIPERS'",
5   "description": "Command bus / message bus implementation used by VIPERS. The command bus is used to implement the interactor layer in the VIPERS ios application framework.",
6   "homepage": "https://github.com/VIPER-Swift/VIPERS-CommandBus",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "barteljan@yahoo.de"
10   },
11   "source": {
12     "git": "https://github.com/VIPER-Swift/VIPERS-CommandBus.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "VIPERS-CommandBus": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "VIPERS-CommandBus-Protocol": [
28     ]
29   }