[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / 0 / VIPERS-Router / 0.2.0 / VIPERS-Router.podspec.json
blobbca434d80fc92230788c301c6e107c2a462f6e36
2   "name": "VIPERS-Router",
3   "version": "0.2.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.2.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   }