github.com/drewag/agnostic-router

a framework to route any kind of input type to any kind of output type based on a path


License
MIT

Documentation

AgnosticRouter

AgnosticRouter Is a framework to route any kind of input type to any kind of output type

Installation

AgnosticRouter supports the Swift Package Manager

You can add this as a dependency as follows:

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/drewag/agnostic-router.git", majorVersion: 0),
    ]
)

Commit Style

My commit messages follow these guidlines: CAAG Commit Style

License

AgnosticRouter is released under the MIT license. See LICENSE for details.