CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

RouterX 0.1.0

RouterX 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2019
SPMSupports SPM

Maintained by Jasl.



RouterX 0.1.0

  • By
  • jasl

RouterX

Build Status codecov.io

A Ruby on Rails flavored URI routing library in Swift.

Usages

See Demo.playground for now.

Routing rules follows Rails flavor, see Rails routing guide for now.

Features

  • globbing support
  • format validation

Requirements

  • iOS 9.0+ / Mac OS X 10.10+ / tvOS 9.0+
  • Xcode 10.0+

Contributing

Bug report or pull request are welcome.

Make a pull request

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Please write unit test with your code if necessary.

License

The project is available as open source under the terms of the MIT License.