From 4f5fc6e636342403393e9bc7a3de2250a6bcd03a Mon Sep 17 00:00:00 2001 From: RadAzzouz Date: Mon, 24 Sep 2018 08:27:27 -0400 Subject: [PATCH] =?UTF-8?q?Update=20tag=20in=20the=20example=20project?= =?UTF-8?q?=E2=80=99s=20Podfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example/PSPDFKitExample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/PSPDFKitExample/Podfile b/Example/PSPDFKitExample/Podfile index cacb0e4..fe394b7 100644 --- a/Example/PSPDFKitExample/Podfile +++ b/Example/PSPDFKitExample/Podfile @@ -8,7 +8,7 @@ platform :ios, '11.0' use_frameworks! -pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.0.0' +pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.0.2' target 'PSPDFKitExample' do