From 681da40b5b4ce6ec62a740785d03ca3958b75249 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sat, 10 Nov 2018 00:04:40 -0800 Subject: [PATCH] Upgrade ObjectivePGP to 0.13.0 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 60d4a01..14af717 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.2' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.13.0' target 'pass' do inherit! :search_paths end