A Ruby on Rails flavored URI routing library in Swift.
See Demo.playground for now.
Routing rules follows Rails flavor, see Rails routing guide for now.
- globbing support
- format validation
- iOS 9.0+ / Mac OS X 10.10+ / tvOS 9.0+
- Xcode 10.0+
Bug report or pull request are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Please write unit test with your code if necessary.
The project is available as open source under the terms of the MIT License.