Use new objectivepgp

This commit is contained in:
Yishi Lin 2019-05-11 03:51:35 +08:00
parent 0248425e3c
commit 04b451874d

View file

@ -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