From 9b204dc44504b2a26d630b0371fcfc734af67f46 Mon Sep 17 00:00:00 2001 From: Artem Porohov Date: Tue, 29 Nov 2022 22:18:44 +0300 Subject: [PATCH] chore: spec update --- APCheckboxTree.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APCheckboxTree.podspec b/APCheckboxTree.podspec index 70c26cc..1e1ddbb 100644 --- a/APCheckboxTree.podspec +++ b/APCheckboxTree.podspec @@ -10,7 +10,7 @@ Checkbox tree with nested items. Could be used as a tree or plain list. Fully cu s.homepage = 'https://github.com/aporohov/APCheckboxTree.git' s.authors = { 'Artem Porohov' => 'aporohov@gmail.com' } s.license = { :type => 'MIT', :file => 'LICENSE.md' } - s.source = { :git => 'https://gitlab.services.mts.ru/mobile-sdk/ios/mtsds.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/aporohov/APCheckboxTree.git', :tag => s.version.to_s } s.ios.deployment_target = '13.0' s.swift_version = '5'