diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index fd113e06..115bf82a 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -14,6 +14,6 @@ Pod::Spec.new do |s| s.dependency 'TISwiftUtils', s.version.to_s s.dependency 'TIFoundationUtils', s.version.to_s + s.dependency = 'KeychainAccess' s.framework = 'Foundation' - s.framework = 'KeychainAccess' end