File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2020pod ' 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
2727dependencies: [
2828 .package (url : " https://github.com/CoderLineChan/SwiftlyUI.git" ,
29- from : " 1.1.12 " )
29+ from : " *.*.* " )
3030]
3131```
3232### Recommended Installation via SPM | 推荐使用SPM方式导入
You can’t perform that action at this time.
0 commit comments