From 6fed2acb5e6f8e2f28eb5ff2f1d7f62f54878ff9 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 29 Apr 2021 10:31:13 +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 1ac17ffa..2f2c434f 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/**/*.swift' s.dependency 'TIFoundationUtils', s.version.to_s s.dependency 'KeychainAccess'