Update ObjectivePGP

This commit is contained in:
Bob Sun 2018-01-14 21:54:38 -08:00
parent d4c27df229
commit 4d8ebe5b25
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 17 additions and 14 deletions

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