From 3962eacd85f3380f40ef10f02cfc281c08415d65 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Tue, 5 Dec 2023 12:26:39 +0300 Subject: [PATCH] [Update] TICoordinatorKit (1.1.7) --- TICoordinatorKit/1.1.7/TICoordinatorKit.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TICoordinatorKit/1.1.7/TICoordinatorKit.podspec diff --git a/TICoordinatorKit/1.1.7/TICoordinatorKit.podspec b/TICoordinatorKit/1.1.7/TICoordinatorKit.podspec new file mode 100644 index 0000000..f26db43 --- /dev/null +++ b/TICoordinatorKit/1.1.7/TICoordinatorKit.podspec @@ -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