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

Commit

Permalink
Update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed Feb 12, 2018
1 parent 71c9b59 commit 2036fbf
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "ZipArchive/ZipArchive" ~> 1.6
github "cxa/MenuItemKit" == 2.0
github "ZipArchive/ZipArchive" == 2.1.1
github "cxa/MenuItemKit" == 3.0.0
github "alexpopov/ZFDragableModalTransition" "merge-carthage-into-zoonooz"
github "tadija/AEXML" == 4.0
github "ArtSabintsev/FontBlaster" == 3.0.0
github "jessesquires/JSQWebViewController" ~> 5.0
github "realm/realm-cocoa" ~> 3.0.2
github "tadija/AEXML" == 4.2.2
github "ArtSabintsev/FontBlaster" == 4.0.1
github "jessesquires/JSQWebViewController" == 6.0.0
github "realm/realm-cocoa" == 3.1.1
12 changes: 6 additions & 6 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "ArtSabintsev/FontBlaster" "3.0.0"
github "ZipArchive/ZipArchive" "v1.8.1"
github "ArtSabintsev/FontBlaster" "4.0.1"
github "ZipArchive/ZipArchive" "v2.1.1"
github "alexpopov/ZFDragableModalTransition" "8da951efb4202385630d1cf7104b60d1208f807e"
github "cxa/MenuItemKit" "2.0"
github "jessesquires/JSQWebViewController" "5.0.0"
github "realm/realm-cocoa" "v3.0.2"
github "tadija/AEXML" "4.0.0"
github "cxa/MenuItemKit" "3.0.0"
github "jessesquires/JSQWebViewController" "6.0.0"
github "realm/realm-cocoa" "v3.1.1"
github "tadija/AEXML" "4.2.2"
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ PODS:
- FontBlaster (= 4.0.1)
- JSQWebViewController (= 6.0.0)
- MenuItemKit (= 3.0.0)
- RealmSwift (= 3.0.2)
- RealmSwift (= 3.1.1)
- SSZipArchive (= 2.1.1)
- ZFDragableModalTransition (= 0.6)
- FontBlaster (4.0.1)
- JSQWebViewController (6.0.0)
- MenuItemKit (3.0.0)
- Nimble (7.0.2)
- Quick (1.2.0)
- Realm (3.0.2):
- Realm/Headers (= 3.0.2)
- Realm/Headers (3.0.2)
- RealmSwift (3.0.2):
- Realm (= 3.0.2)
- Realm (3.1.1):
- Realm/Headers (= 3.1.1)
- Realm/Headers (3.1.1)
- RealmSwift (3.1.1):
- Realm (= 3.1.1)
- SSZipArchive (2.1.1)
- ZFDragableModalTransition (0.6)

Expand All @@ -32,14 +32,14 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AEXML: 5ebafc1b75e0bcf0f1b09b8ca8fed2d5a199479b
FolioReaderKit: a20e4d9667a97fefcb8ea613767a9833471cbf73
FolioReaderKit: 47af4947287e66a902d5d8af9577e10b8ad230f4
FontBlaster: 84229df8e3a7a6dacb190565bc543747a0c323f9
JSQWebViewController: 51041569b75d19dbb6b7fe0b7ae053c32409a9be
MenuItemKit: d9b539b28fdbbd7980d6f3668b9cd6daefeabd9b
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
RealmSwift: 695393add1b8f9d5fa75dd16e6355cf3935f71e2
Realm: 42d1c38a5b1bbcc828b48a7ce702cb86fc68adf4
RealmSwift: d31937ca6a6ee54acde64ec839523c0a3c04924b
SSZipArchive: 14401ade5f8e82aba1ff03e9f88e9de60937ae60
ZFDragableModalTransition: 0d294eaaba6edfcb9839595de765f9ca06a4b524

Expand Down
2 changes: 1 addition & 1 deletion FolioReaderKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Pod::Spec.new do |s|
s.dependency 'AEXML', '4.2.2'
s.dependency 'FontBlaster', '4.0.1'
s.dependency 'JSQWebViewController', '6.0.0'
s.dependency 'RealmSwift', '3.0.2'
s.dependency 'RealmSwift', '3.1.1'

end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ let package = Package(
.Package(url: "https://github.com/tadija/AEXML.git", majorVersion: 4, minor: 2),
.Package(url: "https://github.com/ArtSabintsev/FontBlaster.git", majorVersion: 4, minor: 0),
.Package(url: "https://github.com/jessesquires/JSQWebViewController.git", majorVersion: 6, minor: 0),
.Package(url: "https://github.com/realm/realm-cocoa.git", majorVersion: 3, minor: 0),
.Package(url: "https://github.com/realm/realm-cocoa.git", majorVersion: 3, minor: 1),
]
)

0 comments on commit 2036fbf

Please sign in to comment.