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 eb70f3a commit 778a776Copy full SHA for 778a776
README.md
@@ -1,9 +1,11 @@
1
+
2
[](https://img.shields.io/cocoapods/v/UIRouter.svg)
3

4
[](https://UIRouter.github.io/uirouter)
5

6
7
UIRouter 是一个用Swift实现的路由解耦框架.
8
+
9
## 安装
10
11
### CocoaPods
@@ -19,3 +21,4 @@ dependencies: [
19
21
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.2.0"))
20
22
]
23
```
24
+## 使用
0 commit comments