feat: update tablekit repo

This commit is contained in:
Ivan Smolin 2024-01-31 12:18:40 +03:00
parent af7c5bc9fd
commit 5549854c75
3 changed files with 5 additions and 5 deletions

View File

@ -84,10 +84,10 @@
{
"identity" : "tablekit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/maxsokolov/TableKit.git",
"location" : "https://git.svc.touchin.ru/TouchInstinct/TableKit.git",
"state" : {
"revision" : "8bf4840d9d0475a92352f02f368f88b74eced447",
"version" : "2.11.0"
"revision" : "fec9537745799fab55df7477cb3ec2b4ea5c254d",
"version" : "2.12.0"
}
}
],

View File

@ -56,7 +56,7 @@ let package = Package(
.library(name: "TITextProcessing", targets: ["TITextProcessing"])
],
dependencies: [
.package(url: "https://github.com/maxsokolov/TableKit.git", .upToNextMajor(from: "2.11.0")),
.package(url: "https://git.svc.touchin.ru/TouchInstinct/TableKit.git", .upToNextMinor(from: "2.12.0")),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMajor(from: "4.2.2")),
.package(url: "https://github.com/petropavel13/Cursors", .upToNextMajor(from: "0.5.1")),
.package(url: "https://github.com/Alamofire/Alamofire.git", .upToNextMajor(from: "5.4.0")),

View File

@ -21,5 +21,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'
s.dependency 'TableKit', '~> 2.12'
end