feat: Add KeychainAccess

This commit is contained in:
Boyko Mihail 2021-04-28 22:52:36 +03:00
parent c80698443a
commit dccbd143a6
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.dependency 'KeychainAccess'
s.framework = 'Foundation'
end