From 2ed41954acbfbd3cb3c8af1c7854adfb69b7f204 Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Mon, 6 Mar 2023 21:08:27 +0300 Subject: [PATCH] [Update] TIYandexMapUtils (1.36.0) --- .../1.36.0/TIYandexMapUtils.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TIYandexMapUtils/1.36.0/TIYandexMapUtils.podspec diff --git a/TIYandexMapUtils/1.36.0/TIYandexMapUtils.podspec b/TIYandexMapUtils/1.36.0/TIYandexMapUtils.podspec new file mode 100644 index 0000000..908e1c2 --- /dev/null +++ b/TIYandexMapUtils/1.36.0/TIYandexMapUtils.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'TIYandexMapUtils' + s.version = '1.36.0' + s.summary = 'Set of helpers for map objects clustering and interacting using Yandex Maps SDK.' + s.homepage = 'https://gitlab.ti/touchinstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'petropavel13' => 'ivan.smolin@touchin.ru' } + s.source = { :git => 'https://gitlab.ti/touchinstinct/LeadKit.git', :tag => s.version.to_s } + + s.ios.deployment_target = '10.0' + s.swift_versions = ['5.3'] + + s.source_files = s.name + '/Sources/**/*' + + s.static_framework = true + s.user_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } + s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } + + s.dependency 'TIMapUtils', s.version.to_s + s.dependency 'YandexMapsMobile', '4.0.0-lite' +end