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