diff --git a/Podfile b/Podfile index afcb71f..0036760 100644 --- a/Podfile +++ b/Podfile @@ -1,3 +1,3 @@ target 'pass' do - pod 'ObjectivePGP' + pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git' end