From 868e91e99ccc3bd32cf56f997a2bb7644600fdd1 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Tue, 15 May 2018 20:07:16 +0800 Subject: [PATCH] Update ObjectivePGP --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index fca1e49..c400991 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,7 @@ platform :ios, '10.2' use_frameworks! target 'passKit' do - pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.10.0' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.12.0' target 'pass' do inherit! :search_paths end