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

Commit 9d4307f

Browse files
Fix dependencies version
1 parent 268907d commit 9d4307f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

Example/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- AEXML (3.0.0)
3-
- FolioReaderKit (0.8.6):
4-
- AEXML
5-
- FontBlaster
6-
- JSQWebViewController
7-
- RealmSwift
8-
- SSZipArchive
9-
- UIMenuItem-CXAImageSupport
10-
- ZFDragableModalTransition
3+
- FolioReaderKit (0.9.0):
4+
- AEXML (~> 3.0)
5+
- FontBlaster (~> 2.1)
6+
- JSQWebViewController (~> 3.0)
7+
- RealmSwift (~> 1.0)
8+
- SSZipArchive (~> 1.3)
9+
- UIMenuItem-CXAImageSupport (~> 0.0)
10+
- ZFDragableModalTransition (~> 0.6)
1111
- FontBlaster (2.1.4)
1212
- JSQWebViewController (3.0.0)
1313
- Nimble (4.1.0)
@@ -28,11 +28,11 @@ DEPENDENCIES:
2828

2929
EXTERNAL SOURCES:
3030
FolioReaderKit:
31-
:path: ../
31+
:path: "../"
3232

3333
SPEC CHECKSUMS:
3434
AEXML: 716fb0a8decba4a3517324a71fee3685b30233d2
35-
FolioReaderKit: e0c89ecec9bd253363e842210a3e10fe43af2923
35+
FolioReaderKit: da6d034a1fb3760ad0f9e87110b91b8517c86da1
3636
FontBlaster: b780f709b8f705638d0c80a1ecdfb23b3077d0a6
3737
JSQWebViewController: eaa6bd68d9e1426ae25ade99c9bbde4c6cdd4120
3838
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19

FolioReaderKit.podspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FolioReaderKit"
3-
s.version = "0.8.6"
3+
s.version = "0.9.1"
44
s.summary = "A Swift ePub reader and parser framework for iOS."
55
s.description = <<-DESC
66
Written in Swift.
@@ -31,12 +31,12 @@ Pod::Spec.new do |s|
3131

3232
s.libraries = "z"
3333
s.frameworks = 'CoreData'
34-
s.dependency 'SSZipArchive'
35-
s.dependency 'UIMenuItem-CXAImageSupport'
36-
s.dependency 'ZFDragableModalTransition'
37-
s.dependency 'AEXML'
38-
s.dependency 'FontBlaster'
39-
s.dependency 'JSQWebViewController'
40-
s.dependency 'RealmSwift'
34+
s.dependency 'SSZipArchive', '~> 1.3'
35+
s.dependency 'UIMenuItem-CXAImageSupport', '~> 0.0'
36+
s.dependency 'ZFDragableModalTransition', '~> 0.6'
37+
s.dependency 'AEXML', '~> 3.0'
38+
s.dependency 'FontBlaster', '~> 2.1'
39+
s.dependency 'JSQWebViewController', '~> 3.0'
40+
s.dependency 'RealmSwift', '~> 1.0'
4141
# s.dependency 'SMSegmentView'
4242
end

0 commit comments

Comments
 (0)