From c80698443acacdf9e6910600ed08b5ea5614fb71 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Wed, 28 Apr 2021 22:50:46 +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 fd113e06..115bf82a 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.framework = 'Foundation' - s.framework = 'KeychainAccess' end