From 91ec3495cad5ed3389360fb943bfc20041448136 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Wed, 28 Apr 2021 22:37:14 +0300 Subject: [PATCH] feat: Add KeychainAccess --- TIKeychainUtils/TIKeychainUtils.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 5b422e97..fd113e06 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -15,4 +15,5 @@ Pod::Spec.new do |s| s.dependency 'TISwiftUtils', s.version.to_s s.dependency 'TIFoundationUtils', s.version.to_s s.framework = 'Foundation' + s.framework = 'KeychainAccess' end