[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / 9 / 7 / ReduxyRouter / 0.3.0 / ReduxyRouter.podspec.json
blob844d78533ca068a6b95229ecbe22324a7fcf0081
2   "name": "ReduxyRouter",
3   "version": "0.3.0",
4   "summary": "Router extension for Reduxy",
5   "description": "ReduxyRouter is test implementation of router system for Reduxy.\nReduxyRouter is in charge of creation and transitions of Routables which are NSObjects conforming ReduxyRoutable protocol.\nReduxyRouter uses step by step route/unroute to transition from a Routable to other Routable.\n\nIt is designed to enable to use with  ReduxyRecorder, but it is just a test implementation so maybe run uncompletely in Apps which have complex transitions or used with ReduxyRecorder.",
6   "homepage": "https://github.com/skyofdwarf/ReduxyRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skyofdwarf": "skyofdwarf@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/skyofdwarf/ReduxyRouter.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReduxyRouter/Classes/**/*",
22   "dependencies": {
23     "Reduxy": [
24       "~> 0.3"
25     ]
26   },
27   "deprecated": true