diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 053a84af6..4b767deb9 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,13 +1,13 @@ PODS: - AEXML (3.0.0) - - FolioReaderKit (0.8.6): - - AEXML - - FontBlaster - - JSQWebViewController - - RealmSwift - - SSZipArchive - - UIMenuItem-CXAImageSupport - - ZFDragableModalTransition + - FolioReaderKit (0.9.0): + - AEXML (~> 3.0) + - FontBlaster (~> 2.1) + - JSQWebViewController (~> 3.0) + - RealmSwift (~> 1.0) + - SSZipArchive (~> 1.3) + - UIMenuItem-CXAImageSupport (~> 0.0) + - ZFDragableModalTransition (~> 0.6) - FontBlaster (2.1.4) - JSQWebViewController (3.0.0) - Nimble (4.1.0) @@ -28,11 +28,11 @@ DEPENDENCIES: EXTERNAL SOURCES: FolioReaderKit: - :path: ../ + :path: "../" SPEC CHECKSUMS: AEXML: 716fb0a8decba4a3517324a71fee3685b30233d2 - FolioReaderKit: e0c89ecec9bd253363e842210a3e10fe43af2923 + FolioReaderKit: da6d034a1fb3760ad0f9e87110b91b8517c86da1 FontBlaster: b780f709b8f705638d0c80a1ecdfb23b3077d0a6 JSQWebViewController: eaa6bd68d9e1426ae25ade99c9bbde4c6cdd4120 Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19 diff --git a/FolioReaderKit.podspec b/FolioReaderKit.podspec index 3e21084e4..92540513e 100644 --- a/FolioReaderKit.podspec +++ b/FolioReaderKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FolioReaderKit" - s.version = "0.8.6" + s.version = "0.9.1" s.summary = "A Swift ePub reader and parser framework for iOS." s.description = <<-DESC Written in Swift. @@ -31,12 +31,12 @@ Pod::Spec.new do |s| s.libraries = "z" s.frameworks = 'CoreData' - s.dependency 'SSZipArchive' - s.dependency 'UIMenuItem-CXAImageSupport' - s.dependency 'ZFDragableModalTransition' - s.dependency 'AEXML' - s.dependency 'FontBlaster' - s.dependency 'JSQWebViewController' - s.dependency 'RealmSwift' + s.dependency 'SSZipArchive', '~> 1.3' + s.dependency 'UIMenuItem-CXAImageSupport', '~> 0.0' + s.dependency 'ZFDragableModalTransition', '~> 0.6' + s.dependency 'AEXML', '~> 3.0' + s.dependency 'FontBlaster', '~> 2.1' + s.dependency 'JSQWebViewController', '~> 3.0' + s.dependency 'RealmSwift', '~> 1.0' # s.dependency 'SMSegmentView' end