diff --git a/Package.resolved b/Package.resolved index ae273492..9ed40ce6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } } ], diff --git a/Package.swift b/Package.swift index ddc18e40..59178d42 100644 --- a/Package.swift +++ b/Package.swift @@ -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")), diff --git a/TITableKitUtils/TITableKitUtils.podspec b/TITableKitUtils/TITableKitUtils.podspec index b50e7c18..2e5cfc5f 100644 --- a/TITableKitUtils/TITableKitUtils.podspec +++ b/TITableKitUtils/TITableKitUtils.podspec @@ -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