Skip to content

Commit

Permalink
升级到1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qyz777 committed Feb 6, 2024
1 parent 346256f commit e38c20c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DanmakuKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DanmakuKit'
s.version = '1.4.2'
s.version = '1.5.0'
s.summary = 'DanmakuKit is a tool for rapid development of danmaku functions.'

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ iOS 10.0+, SwiftUI iOS 14.0+
DanmakuKit is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod 'DanmakuKit', '~> 1.4.0'
pod 'DanmakuKit', '~> 1.5.0'
```

### Swift Package Manager
Expand All @@ -170,7 +170,7 @@ DanmakuKit is also available through [Swift Package Manager](https://github.com/

```
dependencies: [
.package(url: "https://github.com/qyz777/DanmakuKit.git", from: "1.4.2"),
.package(url: "https://github.com/qyz777/DanmakuKit.git", from: "1.5.0"),
],
targets: [
.target( name: "YourTarget", dependencies: ["DanmakuKit"]),
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ iOS 10.0+, SwiftUI iOS 14.0+
DanmakuKit通过[CocoaPods](https://cocoapods.org)安装。添加如下代码到你的Podfile文件中即可安装。

```ruby
pod 'DanmakuKit', '~> 1.4.0'
pod 'DanmakuKit', '~> 1.5.0'
```

### Swift Package Manager
Expand All @@ -168,7 +168,7 @@ DanmakuKit也支持通过[Swift Package Manager](https://github.com/apple/swift-

```
dependencies: [
.package(url: "https://github.com/qyz777/DanmakuKit.git", from: "1.4.2"),
.package(url: "https://github.com/qyz777/DanmakuKit.git", from: "1.5.0"),
],
targets: [
.target( name: "YourTarget", dependencies: ["DanmakuKit"]),
Expand Down

0 comments on commit e38c20c

Please sign in to comment.