blob: 6d2ca36a2b3f2ee8434b95cbf6de028cf11c843f [file] [log] [blame]
{
"name": "RxReduxRouter",
"version": "0.1.0",
"summary": "A declarative router for RxRedux.",
"description": "A declarative router for RxRedux. Allows developers to declare routes in a similar manner as URLs are used on the web.\nUsing RxReduxRouter you can navigate your app by defining the target location in the form of a URL-like sequence of identifiers.",
"homepage": "https://github.com/hungdv136/RxReduxRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hung Dinh": "hungdv136@gmail.com"
},
"source": {
"git": "https://github.com/hungdv136/RxReduxRouter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RxReduxRouter/**/*.swift",
"dependencies": {
"RxRedux": [
"~> 0.1.0"
]
},
"pushed_with_swift_version": "3.0"
}