blob: 6066e76936f8bc5dbc9c52a3faf70a3360851e08 [file] [log] [blame]
{
"name": "VIPERS-CommandBus-Protocol",
"version": "0.1.0",
"summary": "Protocols of the command bus implementation used by the iOS application framework 'VIPERS'",
"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.",
"homepage": "https://github.com/VIPER-Swift/VIPERS-CommandBus-Protocol",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/VIPER-Swift/VIPERS-CommandBus-Protocol.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VIPERS-CommandBus-Protocol": [
"Pod/Assets/*.png"
]
}
}