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

Commit

Permalink
Fixed Carthage support
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed Oct 7, 2016
1 parent bcbbc52 commit 14282a7
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 41 deletions.
5 changes: 3 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
github "ZipArchive/ZipArchive"
github "cxa/UIMenuItem-CXAImageSupport"
github "cxa/MenuItemKit"
github "jessesquires/JSQWebViewController"
github "alexpopov/ZFDragableModalTransition" "merge-carthage-into-zoonooz"
github "tadija/AEXML"
github "ArtSabintsev/FontBlaster"
github "ArtSabintsev/FontBlaster"
github "realm/realm-cocoa"
11 changes: 6 additions & 5 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
github "tadija/AEXML" "3.0.0"
github "ArtSabintsev/FontBlaster" "2.1.3"
github "jessesquires/JSQWebViewController" "3.0.0"
github "cxa/UIMenuItem-CXAImageSupport" "v1.1"
github "tadija/AEXML" "4.0.1"
github "ArtSabintsev/FontBlaster" "3.0.0"
github "jessesquires/JSQWebViewController" "5.0.0"
github "cxa/MenuItemKit" "2.0"
github "alexpopov/ZFDragableModalTransition" "8da951efb4202385630d1cf7104b60d1208f807e"
github "ZipArchive/ZipArchive" "v1.2"
github "ZipArchive/ZipArchive" "v1.6.2"
github "realm/realm-cocoa" "v2.0.2"
2 changes: 1 addition & 1 deletion FolioReaderKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
'Vendor/**/*.swift',
]
s.resources = [
'Source/**/*.{js,css,xcdatamodeld}',
'Source/**/*.{js,css}',
'Source/Resources/*.xcassets',
'Source/Resources/Fonts/**/*.{otf,ttf}'
]
Expand Down
Loading

0 comments on commit 14282a7

Please sign in to comment.