From cb2420f4dee0cc8cd55dce59329ab1f87cca01af Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Mon, 13 Jan 2020 13:29:25 -0500 Subject: [PATCH] updated pod spec --- R2Shared.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R2Shared.podspec b/R2Shared.podspec index 6e933f1a..446f2cfa 100644 --- a/R2Shared.podspec +++ b/R2Shared.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'R2Shared' - s.version = '1.4.1' + s.version = '1.4.3' s.license = 'BSD 3-Clause License' s.summary = 'R2 Shared' s.homepage = 'http://readium.github.io' s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } - s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '1.4.1' } + s.source = { :git => 'https://github.com/readium/r2-shared-swift.git', :tag => '1.4.3' } s.exclude_files = ["**/Info*.plist"] s.requires_arc = true s.resources = ['r2-shared-swift/Resources/**']