diff --git a/Package.swift b/Package.swift index df0f148c..e4fd65da 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( .target(name: "TIUIKitCore", path: "TIUIKitCore/Sources"), .target(name: "TISwiftUtils", path: "TISwiftUtils/Sources"), .target(name: "TIFoundationUtils", dependencies: ["TISwiftUtils"], path: "TIFoundationUtils/Sources"), - .target(name: "TIKeychainUtils", dependencies: ["TISwiftUtils"], path: "TIKeychainUtils/Sources"), + .target(name: "TIKeychainUtils", dependencies: ["TIFoundationUtils"], path: "TIKeychainUtils/Sources"), .target(name: "TIUIElements", dependencies: ["TIUIKitCore", "TISwiftUtils"], path: "TIUIElements/Sources"), .target(name: "TITableKitUtils", dependencies: ["TIUIElements", "TableKit"], path: "TITableKitUtils/Sources"), .target(name: "OTPSwiftView", dependencies: ["TIUIElements"], path: "OTPSwiftView/Sources") diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index e2d64ced..1ac17ffa 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -12,8 +12,6 @@ Pod::Spec.new do |s| s.source_files = s.name + '/Sources/**/*' - s.dependency 'TISwiftUtils', s.version.to_s s.dependency 'TIFoundationUtils', s.version.to_s s.dependency 'KeychainAccess' - s.framework = 'Foundation' end