From 10bd557450c80fe45cf19a022a26067da7c1f2d8 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sun, 12 Aug 2018 23:32:04 -0700 Subject: [PATCH] Update ObjectivePGP in Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index c400991..60d4a01 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.12.0' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.12.2' target 'pass' do inherit! :search_paths end