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

Commit 14282a7

Browse files
Fixed Carthage support
1 parent bcbbc52 commit 14282a7

File tree

5 files changed

+80
-41
lines changed

5 files changed

+80
-41
lines changed

Cartfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
github "ZipArchive/ZipArchive"
2-
github "cxa/UIMenuItem-CXAImageSupport"
2+
github "cxa/MenuItemKit"
33
github "jessesquires/JSQWebViewController"
44
github "alexpopov/ZFDragableModalTransition" "merge-carthage-into-zoonooz"
55
github "tadija/AEXML"
6-
github "ArtSabintsev/FontBlaster"
6+
github "ArtSabintsev/FontBlaster"
7+
github "realm/realm-cocoa"

Cartfile.resolved

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
github "tadija/AEXML" "3.0.0"
2-
github "ArtSabintsev/FontBlaster" "2.1.3"
3-
github "jessesquires/JSQWebViewController" "3.0.0"
4-
github "cxa/UIMenuItem-CXAImageSupport" "v1.1"
1+
github "tadija/AEXML" "4.0.1"
2+
github "ArtSabintsev/FontBlaster" "3.0.0"
3+
github "jessesquires/JSQWebViewController" "5.0.0"
4+
github "cxa/MenuItemKit" "2.0"
55
github "alexpopov/ZFDragableModalTransition" "8da951efb4202385630d1cf7104b60d1208f807e"
6-
github "ZipArchive/ZipArchive" "v1.2"
6+
github "ZipArchive/ZipArchive" "v1.6.2"
7+
github "realm/realm-cocoa" "v2.0.2"

FolioReaderKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
'Vendor/**/*.swift',
2323
]
2424
s.resources = [
25-
'Source/**/*.{js,css,xcdatamodeld}',
25+
'Source/**/*.{js,css}',
2626
'Source/Resources/*.xcassets',
2727
'Source/Resources/Fonts/**/*.{otf,ttf}'
2828
]

0 commit comments

Comments
 (0)