blob: 1b14a09ada665a901f8b94fb6b9ae2d70a06e4a5 [file] [log] [blame]
{
"name": "ReactiveReSwiftRouter",
"version": "1.0.0",
"summary": "Declarative Routing for ReactiveReSwift",
"description": "A declarative router for ReactiveReSwift. Allows developers to declare routes in a similar manner as\nURLs are used on the web. Using ReSwiftRouter you can navigate your app by defining the target location\nin the form of a URL-like sequence of identifiers.",
"homepage": "https://github.com/richy486/ReactiveReSwiftRouter",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de",
"Richard Adem": "richy486@gmail.com"
},
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/richy486/ReactiveReSwiftRouter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "ReSwiftRouter/**/*.swift",
"dependencies": {
"ReactiveReSwift": [
"~> 3.0.6"
]
},
"pushed_with_swift_version": "3.0"
}