[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / f / VIPERS-CommandBus-Protocol / 0.1.0 / VIPERS-CommandBus-Protocol.podspec.json
blob6066e76936f8bc5dbc9c52a3faf70a3360851e08
2   "name": "VIPERS-CommandBus-Protocol",
3   "version": "0.1.0",
4   "summary": "Protocols of the command bus implementation used by the iOS application framework 'VIPERS'",
5   "description": "Protocols of the command bus / message bus implementation used by VIPERS. These protocols are used to implement the interactor layer in the VIPERS ios application framework.",
6   "homepage": "https://github.com/VIPER-Swift/VIPERS-CommandBus-Protocol",
7   "license": "MIT",
8   "authors": {
9     "Jan Bartel": "barteljan@yahoo.de"
10   },
11   "source": {
12     "git": "https://github.com/VIPER-Swift/VIPERS-CommandBus-Protocol.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-Protocol": [
22       "Pod/Assets/*.png"
23     ]
24   }