Skip to content

Commit 0002f3b

Browse files
Update README.md
1 parent 0180075 commit 0002f3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Inject SwiftUI-like development efficiency into UIKit through chained syntax and
66
通过链式语法和现代化 API 设计,让 UIKit 开发更简洁高效,同时保持完整控制权,实现「零转换成本」的 SwiftUI 式开发体验。
77

88

9-
## Quick | Navigation快速导航
9+
## Quick Navigation | 快速导航
1010
- [Installation Guide | 安装指南](#安装指南)
1111
- [Why Choose SwiftlyUI? | 为什么选择](#技术优势全景图)
1212
- [Features | 功能特性](#功能特性)
@@ -19,14 +19,14 @@ Inject SwiftUI-like development efficiency into UIKit through chained syntax and
1919
```ruby
2020
pod 'SwiftlyUI'
2121
# Use if pod fails | 如果pod失败使用此方式
22-
pod 'SwiftlyUI', :git => 'https://github.com/CoderLineChan/SwiftlyUI.git', :tag => '1.1.12'
22+
pod 'SwiftlyUI', :git => 'https://github.com/CoderLineChan/SwiftlyUI.git', :tag => '*.*.*'
2323
```
2424

2525
### Swift Package Manager
2626
```swift
2727
dependencies: [
2828
.package(url: "https://github.com/CoderLineChan/SwiftlyUI.git",
29-
from: "1.1.12")
29+
from: "*.*.*")
3030
]
3131
```
3232
### Recommended Installation via SPM | 推荐使用SPM方式导入

0 commit comments

Comments
 (0)