feat: added new pod to the script
This commit is contained in:
parent
98ee540aac
commit
39ddcf498f
|
|
@ -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/**/*'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue