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'