Support ObjectivePGP 0.9.0

This commit is contained in:
Bob Sun 2017-10-09 22:15:48 -07:00
parent f5f9fe505b
commit 9b8bdbf5e9
3 changed files with 11 additions and 10 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'
pod 'ObjectivePGP', :git => 'https://github.com/krzyzanowskim/ObjectivePGP.git', :tag => '0.9.0'
target 'pass' do
inherit! :search_paths
end