From 58240eeb86b201e104dd3c3beb665138742fa724 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 30 Jan 2024 22:28:36 +0300 Subject: [PATCH] [Update] TableKit (2.12) --- TableKit/2.12/TableKit.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TableKit/2.12/TableKit.podspec diff --git a/TableKit/2.12/TableKit.podspec b/TableKit/2.12/TableKit.podspec new file mode 100644 index 0000000..8132889 --- /dev/null +++ b/TableKit/2.12/TableKit.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'TableKit' + s.module_name = 'TableKit' + + s.version = '2.12' + + s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TableKit' + s.summary = 'Type-safe declarative table views with Swift.' + + s.author = { 'Max Sokolov' => 'i@maxsokolov.net' } + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.platforms = { :ios => '12.0' } + s.ios.deployment_target = '12.0' + + s.source_files = 'Sources/*.swift' + s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TableKit.git', :tag => s.version } +end