[Update] TICoordinatorKit (1.1.7)

This commit is contained in:
Ivan Smolin 2023-12-05 12:26:39 +03:00
parent bccd146cd5
commit 3962eacd85
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TICoordinatorKit'
s.version = '1.1.7'
s.summary = 'A framework for performing navigation in iOS application.'
s.homepage = 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit/'
s.license = 'Apache License, Version 2.0'
s.author = 'Touch Instinct'
s.source = { :git => 'https://git.svc.touchin.ru/TouchInstinct/TICoordinatorKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'TICoordinatorKit/Classes/**/*'
s.frameworks = 'UIKit'
s.swift_versions = ['5.0']
end