From c1212bb3b0165784686a2ad3cb53bfb0ed7f9302 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Thu, 30 Sep 2021 12:01:18 +0300 Subject: [PATCH] build: fix podspecs --- TIKeychainUtils/TIKeychainUtils.podspec | 2 +- TINetworking/TINetworking.podspec | 4 +++- TITableKitUtils/TITableKitUtils.podspec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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