Update ObjectivePGP in Podfile

This commit is contained in:
Bob Sun 2018-08-12 23:32:04 -07:00
parent 8063608fc4
commit 10bd557450
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

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.12.0'
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.12.2'
target 'pass' do
inherit! :search_paths
end