| { |
| "name": "ReactiveReSwiftRouter", |
| "version": "2.0.1", |
| "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": "2.0.1" |
| }, |
| "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" |
| } |