Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
fix: Rollback SSZipArchive to 1.8.1 because of crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyCui committed Dec 26, 2018
1 parent 7e90633 commit 2f9d94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SVGAPlayer-React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |ss|
ss.source_files = "Source/*.{h,m}", "React/*.{h,m}"
ss.requires_arc = true
ss.dependency 'SSZipArchive', '2.1.4'
ss.dependency 'SSZipArchive', '~> 1.8.1'
ss.library = "z"
ss.dependency 'SVGAPlayer/ProtoFiles'
end
Expand Down
2 changes: 1 addition & 1 deletion SVGAPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |ss|
ss.source_files = "Source/*.{h,m}"
ss.requires_arc = true
ss.dependency 'SSZipArchive', '2.1.4'
ss.dependency 'SSZipArchive', '~> 1.8.1'
ss.library = "z"
ss.framework = "AVFoundation"
ss.dependency 'SVGAPlayer/ProtoFiles'
Expand Down

0 comments on commit 2f9d94b

Please sign in to comment.