Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Use SSZipArchive version 1.5 (#147)
Browse files Browse the repository at this point in the history
The folio reader crashed during the opening of an epub. With SSZipArchive version 1.5 it's working again.
  • Loading branch information
tschob authored and hebertialmeida committed Sep 19, 2016
1 parent 173d111 commit 5dfb2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FolioReaderKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|

s.libraries = "z"
s.frameworks = 'CoreData'
s.dependency 'SSZipArchive', '~> 1.3'
s.dependency 'SSZipArchive', '1.5'
s.dependency 'UIMenuItem-CXAImageSupport', '~> 0.0'
s.dependency 'ZFDragableModalTransition', '~> 0.6'
s.dependency 'AEXML', '~> 3.0'
Expand Down

0 comments on commit 5dfb2b6

Please sign in to comment.