Fix many "class PGPxxxx is implemented in both xxx" warnings

This commit is contained in:
Yishi Lin 2017-06-13 16:44:41 +08:00
parent 7f6900b7cd
commit abe1c46d83
2 changed files with 45 additions and 59 deletions

16
Podfile
View file

@ -36,12 +36,12 @@ post_install do |installer|
end
end
target 'pass' do
pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git'
target 'passKit' do
inherit! :search_paths
end
target 'passextension' do
inherit! :search_paths
end
target 'passKit' do
pod 'ObjectivePGP', :git => 'https://github.com/mssun/ObjectivePGP.git'
target 'pass' do
inherit! :search_paths
end
target 'passextension' do
inherit! :search_paths
end
end