From 47a69d881b8211f64c97eda5f4a358bd5b839bdb Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sun, 22 Apr 2018 15:07:31 -0700 Subject: [PATCH] Update ObjectivePGP --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index aa80ddc..fca1e49 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-beta3' + pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.10.0' target 'pass' do inherit! :search_paths end