From d2b667fa516093a3f1e756b16413b70500d55984 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Mon, 29 Aug 2022 10:48:15 +0300 Subject: [PATCH] [Add] TIEcommerce (1.26.1) --- TIEcommerce/1.26.1/TIEcommerce.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TIEcommerce/1.26.1/TIEcommerce.podspec diff --git a/TIEcommerce/1.26.1/TIEcommerce.podspec b/TIEcommerce/1.26.1/TIEcommerce.podspec new file mode 100644 index 0000000..dfa7a5e --- /dev/null +++ b/TIEcommerce/1.26.1/TIEcommerce.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'TIEcommerce' + s.version = '1.26.1' + 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