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

Commit

Permalink
Fix dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed Sep 16, 2016
1 parent 268907d commit 9d4307f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -28,11 +28,11 @@ DEPENDENCIES:

EXTERNAL SOURCES:
FolioReaderKit:
:path: ../
:path: "../"

SPEC CHECKSUMS:
AEXML: 716fb0a8decba4a3517324a71fee3685b30233d2
FolioReaderKit: e0c89ecec9bd253363e842210a3e10fe43af2923
FolioReaderKit: da6d034a1fb3760ad0f9e87110b91b8517c86da1
FontBlaster: b780f709b8f705638d0c80a1ecdfb23b3077d0a6
JSQWebViewController: eaa6bd68d9e1426ae25ade99c9bbde4c6cdd4120
Nimble: 97a0a4cae5124c117115634b2d055d8c97d0af19
Expand Down
16 changes: 8 additions & 8 deletions FolioReaderKit.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 9d4307f

Please sign in to comment.