feat: added new pod to the script

This commit is contained in:
Nikita Semenov 2022-11-18 19:23:54 +03:00
parent 98ee540aac
commit 39ddcf498f
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Pod::Spec.new do |s|
'castlele' => 'nikita.semenov@touchin.ru' }
s.source = { :git => 'https://github.com/TouchInstinct/LeadKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '11.0'
s.swift_versions = ['5.3']
s.source_files = s.name + '/Sources/**/*'

View File

@ -12,6 +12,7 @@ ORDERED_PODSPECS="../TISwiftUtils/TISwiftUtils.podspec
../TIUIKitCore/TIUIKitCore.podspec
../TISwiftUICore/TISwiftUICore.podspec
../TIUIElements/TIUIElements.podspec
../TILogging/TILogging.podspec
../TIAuth/TIAuth.podspec
../TITableKitUtils/TITableKitUtils.podspec
../TINetworking/TINetworking.podspec