From 97e7a2edd6d90caf457455848190214468dcf513 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 29 Apr 2021 10:27:16 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=90=D1=88=D1=87=20=D1=8B=D1=89=D0=B3?= =?UTF-8?q?=D0=BA=D1=81=D1=83=20=D0=B7=D1=84=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TIKeychainUtils/TIKeychainUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 1ac17ffa..5d475939 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '11.0' s.swift_versions = ['5.3'] - s.source_files = s.name + '/Sources/**/*' + s.source_files = s.name + '/Sources/KeychainCodableBackingStore/*' s.dependency 'TIFoundationUtils', s.version.to_s s.dependency 'KeychainAccess'