diff --git a/TIKeychainUtils/TIKeychainUtils.podspec b/TIKeychainUtils/TIKeychainUtils.podspec index 8e72b025..8fe917f7 100644 --- a/TIKeychainUtils/TIKeychainUtils.podspec +++ b/TIKeychainUtils/TIKeychainUtils.podspec @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.source_files = s.name + '/Sources/**/*' s.dependency 'TIFoundationUtils', s.version.to_s - s.dependency 'KeychainAccess' + s.dependency 'KeychainAccess', "~> 4.2" end diff --git a/TINetworking/TINetworking.podspec b/TINetworking/TINetworking.podspec index a9355971..1c025fb1 100644 --- a/TINetworking/TINetworking.podspec +++ b/TINetworking/TINetworking.podspec @@ -12,5 +12,7 @@ Pod::Spec.new do |s| s.source_files = s.name + '/Sources/**/*' - s.dependency 'Alamofire' + s.dependency 'TISwiftUtils', s.version.to_s + s.dependency 'Alamofire', "~> 5.4" + end diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index 1a3d5eb1..c56eca20 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -14,5 +14,5 @@ Pod::Spec.new do |s| s.dependency 'TIUIElements', s.version.to_s s.dependency 'TISwiftUtils', s.version.to_s - s.dependency 'TableKit', '2.11.0' + s.dependency 'TableKit', '~> 2.11' end