feat: Add KeychainAccess

This commit is contained in:
Boyko Mihail 2021-04-28 22:50:46 +03:00
parent 91ec3495ca
commit c80698443a
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.dependency 'TISwiftUtils', s.version.to_s
s.dependency 'TIFoundationUtils', s.version.to_s
s.dependency = 'KeychainAccess'
s.framework = 'Foundation'
s.framework = 'KeychainAccess'
end