From dccbd143a6e56582f6ff7e59d7e92c2430cb83f1 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Wed, 28 Apr 2021 22:52:36 +0300 Subject: [PATCH] feat: Add KeychainAccess --- TIKeychainUtils/TIKeychainUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 115bf82a..e2d64ced 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -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