blob: bca434d80fc92230788c301c6e107c2a462f6e36 [file] [log] [blame]
{
"name": "VIPERS-Router",
"version": "0.2.0",
"summary": "Router implementation used by the iOS application framework \"VIPERS\".",
"description": "A router is an object that maps from a routeable item (an object conforming to the empty protocol RoutableProtocol) to a specific Route-Description (an object conforming to the empty protocol RouteDescriptionProtocol). It therefore uses a RouteDefinition (an object conforming to an empty RouteDefinitionProtocol) to map from a Routable to a RouteDescription.",
"homepage": "https://github.com/VIPER-Swift/VIPERS-Router",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/VIPER-Swift/VIPERS-Router.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VIPERS-Router/Classes/**/*",
"dependencies": {
"VIPERS-Router-Protocol": [
],
"VIPERS-Converter-Protocol": [
]
}
}