From 4ef6bade93c718bf8a1ef6e2e23e3de8a424fb9c Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Fri, 18 Nov 2022 19:22:18 +0300 Subject: [PATCH] [Update] TIYandexMapUtils (1.28.0) --- .../1.28.0/TIYandexMapUtils.podspec | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 TIYandexMapUtils/1.28.0/TIYandexMapUtils.podspec diff --git a/TIYandexMapUtils/1.28.0/TIYandexMapUtils.podspec b/TIYandexMapUtils/1.28.0/TIYandexMapUtils.podspec new file mode 100644 index 0000000..1efed4d --- /dev/null +++ b/TIYandexMapUtils/1.28.0/TIYandexMapUtils.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'TIYandexMapUtils' + s.version = '1.28.0' + s.summary = 'Set of helpers for map objects clustering and interacting using Yandex Maps SDK.' + s.homepage = 'https://github.com/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://github.com/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