From 62c008bceeafeed5326bb06440ccb65653d775a1 Mon Sep 17 00:00:00 2001 From: MARTIN Denis Date: Sat, 6 Nov 2021 21:50:03 +0100 Subject: [PATCH] Fixed gittag cocoapods --- IRLPDFScanContent.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRLPDFScanContent.podspec b/IRLPDFScanContent.podspec index 6613e58..4385b51 100644 --- a/IRLPDFScanContent.podspec +++ b/IRLPDFScanContent.podspec @@ -16,7 +16,7 @@ s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = "https://github.com/charlymr/IRLPDFScanContent" s.authors = { 'Denis Martin' => 'support@irlmobile.com' } -s.source = { :git => 'https://github.com/charlymr/IRLPDFScanContent.git', :branch => 'main', :tag => '1.0.0'} +s.source = { :git => 'https://github.com/charlymr/IRLPDFScanContent.git', :branch => 'main', :tag => '1.0.1'} s.platform = :ios, '13.0'