From 189e69d4c3bfc27a65fedec9d2fa8eafd6abe7b9 Mon Sep 17 00:00:00 2001 From: Grigory Boyko Date: Mon, 26 Sep 2022 14:45:36 +0300 Subject: [PATCH] [Update] TIEcommerce (1.26.3) --- TIEcommerce/1.26.3/TIEcommerce.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TIEcommerce/1.26.3/TIEcommerce.podspec diff --git a/TIEcommerce/1.26.3/TIEcommerce.podspec b/TIEcommerce/1.26.3/TIEcommerce.podspec new file mode 100644 index 0000000..c85839d --- /dev/null +++ b/TIEcommerce/1.26.3/TIEcommerce.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'TIEcommerce' + s.version = '1.26.3' + s.summary = 'Cart, products, promocodes, bonuses and other related actions' + 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.dependency 'TIFoundationUtils', s.version.to_s + s.dependency 'TINetworking', s.version.to_s +end