From 133ad1bd456963bbef345723867daf1536656033 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sun, 16 Feb 2020 18:41:44 -0800 Subject: [PATCH] Use forked ObjectivePGP --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 0df24c1..ef1e130 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,7 @@ platform :ios, '10.2' use_frameworks! def pods - pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.15.0' + pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git', :tag => '0.15.1' end target 'passKit' do