Use forked ObjectivePGP

This commit is contained in:
Mingshen Sun 2020-02-16 18:41:44 -08:00
parent d33e63cd83
commit 133ad1bd45

View file

@ -2,7 +2,7 @@ platform :ios, '10.2'
use_frameworks! use_frameworks!
def pods def pods
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.15.0' pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git', :tag => '0.15.1'
end end
target 'passKit' do target 'passKit' do