From 4cdf13a4df224d5802721cadd536e18fe5799cac Mon Sep 17 00:00:00 2001 From: jideguru Date: Tue, 20 Oct 2020 04:15:51 +0100 Subject: [PATCH] fixed remaining minutes crash --- EpubViewerKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpubViewerKit.podspec b/EpubViewerKit.podspec index a953a88..48a2379 100644 --- a/EpubViewerKit.podspec +++ b/EpubViewerKit.podspec @@ -11,7 +11,7 @@ An open source epub reader plugin written in swift s.homepage = 'https://github.com/JideGuru/EpubViewerKit.git' s.license = "MIT" s.author = { 'jideguru' => 'guruliciousjide@gmail.com' } - s.source = { :git => 'https://github.com/JideGuru/EpubViewerKit.git', :tag=>'0.1.1' } + s.source = { :git => 'https://github.com/JideGuru/EpubViewerKit.git', :tag=>'0.1.2' } s.swift_version = '4.2' s.requires_arc = true