From 04b451874daf2632dbe7bc7e37f5bbb62ed1343f Mon Sep 17 00:00:00 2001 From: Yishi Lin Date: Sat, 11 May 2019 03:51:35 +0800 Subject: [PATCH] Use new objectivepgp --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 14af717..13ea5b9 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.13.0' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.14.0' target 'pass' do inherit! :search_paths end