Skip to content

Commit efa4dd9

Browse files
committed
chore: Allow to use SSZipArchive >= 1.8.1
1 parent a98c4e0 commit efa4dd9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SVGAPlayer-React.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "SVGAPlayer"
4-
s.version = "2.3.2"
4+
s.version = "2.3.3"
55
s.summary = "SVGAPlayer 是一个高性能的动画播放器"
66
s.description = <<-DESC
77
SVGA 是一个私有的动画格式,由 YY UED 主导开发。
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.subspec 'Core' do |ss|
1717
ss.source_files = "Source/*.{h,m}", "React/*.{h,m}"
1818
ss.requires_arc = true
19-
ss.dependency 'SSZipArchive', '~> 1.8.1'
19+
ss.dependency 'SSZipArchive', '>= 1.8.1'
2020
ss.library = "z"
2121
ss.dependency 'SVGAPlayer/ProtoFiles'
2222
end

SVGAPlayer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "SVGAPlayer"
4-
s.version = "2.3.2"
4+
s.version = "2.3.3"
55
s.summary = "SVGAPlayer 是一个高性能的动画播放器"
66
s.description = <<-DESC
77
SVGA 是一个私有的动画格式,由 YY UED 主导开发。
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.subspec 'Core' do |ss|
1818
ss.source_files = "Source/*.{h,m}"
1919
ss.requires_arc = true
20-
ss.dependency 'SSZipArchive', '~> 1.8.1'
20+
ss.dependency 'SSZipArchive', '>= 1.8.1'
2121
ss.library = "z"
2222
ss.framework = "AVFoundation"
2323
ss.dependency 'SVGAPlayer/ProtoFiles'

0 commit comments

Comments
 (0)