[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 0 / VIPERS-Router / 0.1.0 / VIPERS-Router.podspec.json
blob44bbe7602f50a210ffcaa41ad99ce562c73e7228
2   "name": "VIPERS-Router",
3   "version": "0.1.0",
4   "summary": "Router implementation used by the iOS application framework \"VIPERS\".",
5   "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.",
6   "homepage": "https://github.com/VIPER-Swift/VIPERS-Router",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Bartel": "barteljan@yahoo.de"
13   },
14   "source": {
15     "git": "https://github.com/VIPER-Swift/VIPERS-Router.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VIPERS-Router/Classes/**/*",
22   "dependencies": {
23     "VIPERS-Router-Protocol": [
25     ],
26     "VIPERS-Converter-Protocol": [
28     ]
29   }