From f69a651f9cdc4610e4852914f11edb0ead46b60d Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 29 Apr 2021 10:30:07 +0300 Subject: [PATCH] feat: fix source path --- TIKeychainUtils/TIKeychainUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 5d475939..1ac17ffa 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/KeychainCodableBackingStore/*' + s.source_files = s.name + '/Sources/**/*' s.dependency 'TIFoundationUtils', s.version.to_s s.dependency 'KeychainAccess'