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