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