Skip to content

Commit dba1902

Browse files
Update README.md
1 parent 4099817 commit dba1902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
# 核心组件 | Core components
1818
pod 'SwiftlyUI'
1919
# 如果pod失败,请使用以下方式
20-
pod 'SwiftlyUI', :git => 'https://github.com/CoderLineChan/SwiftlyUI.git', :tag => '1.1.5'
20+
pod 'SwiftlyUI', :git => 'https://github.com/CoderLineChan/SwiftlyUI.git', :tag => '1.1.10'
2121
```
2222

2323
### Swift Package Manager
2424
```swift
2525
dependencies: [
2626
.package(url: "https://github.com/CoderLineChan/SwiftlyUI.git",
27-
from: "1.1.5")
27+
from: "1.1.11")
2828
]
2929
```
3030
### 推荐使用Swift Package Manager(SPM)方式导入

0 commit comments

Comments
 (0)