Update ObjectivePGP

This commit is contained in:
Bob Sun 2018-04-22 15:07:31 -07:00
parent 1afef16fa1
commit 47a69d881b

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