From 853cb2eaf5c3fbfac581173ca1fdad03e9b09ecf Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sat, 17 Mar 2018 17:54:33 -0700 Subject: [PATCH] Update Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index a95879a..aa80ddc 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-beta2' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.10.0-beta3' target 'pass' do inherit! :search_paths end