Upgrade ObjectivePGP to 0.13.0

This commit is contained in:
Bob Sun 2018-11-10 00:04:40 -08:00
parent 4047cd1ed0
commit 681da40b5b
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! use_frameworks!
target 'passKit' do target 'passKit' do
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.12.2' pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.13.0'
target 'pass' do target 'pass' do
inherit! :search_paths inherit! :search_paths
end end