File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "APNGKit"
4
- s . version = "2.2.5 "
4
+ s . version = "2.3.0 "
5
5
s . summary = "High performance and delightful way to play with APNG format in iOS."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.3.0] - 2024-03-19
8
+
7
9
### Add
8
10
9
11
- Support for visionOS. Now APNGKit can be used on visionOS in the native way. [ #146 ] ( https://github.com/onevcat/APNGKit/pull/146 )
@@ -103,3 +105,4 @@ need also check the README to do a re-implement.
103
105
[ 2.2.3 ] : https://github.com/onevcat/APNGKit/compare/2.2.2...2.2.3
104
106
[ 2.2.4 ] : https://github.com/onevcat/APNGKit/compare/2.2.3...2.2.4
105
107
[ 2.2.5 ] : https://github.com/onevcat/APNGKit/compare/2.2.4...2.2.5
108
+ [ 2.3.0 ] : https://github.com/onevcat/APNGKit/compare/2.2.5...2.3.0
You can’t perform that action at this time.
0 commit comments