We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771ac9c commit b072f25Copy full SHA for b072f25
Demo.playground/Contents.swift
@@ -36,7 +36,6 @@ router.register(pattern: pattern1) { result in
36
// Do anything you want, e.g: show a UI
37
print(result)
38
print("\n")
39
-
40
}
41
42
router.register(pattern: pattern2) { _ in
RouterX.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'RouterX'
3
- s.version = '0.0.6'
+ s.version = '0.0.7'
4
s.license = {:type => 'MIT', :file => 'MIT-LICENSE'}
5
s.summary = 'A Ruby on Rails flavored URI routing library.'
6
s.homepage = 'https://github.com/jasl/RouterX'
0 commit comments