Update Podfile

This commit is contained in:
Bob Sun 2018-03-17 17:54:33 -07:00
parent d30c62993a
commit 853cb2eaf5
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.10.0-beta2'
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.10.0-beta3'
target 'pass' do
inherit! :search_paths
end