From ba4d88372e01d4c7638b4ce93ad79c1791edee93 Mon Sep 17 00:00:00 2001 From: linhey Date: Mon, 1 Jul 2024 15:54:21 +0800 Subject: [PATCH] version: 2.2.1 --- SectionKit2.podspec | 2 +- SectionUI.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SectionKit2.podspec b/SectionKit2.podspec index 146cc23..da42a16 100644 --- a/SectionKit2.podspec +++ b/SectionKit2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SectionKit2' - s.version = '2.2.0' + s.version = '2.2.1' s.summary = '动态表单框架' s.homepage = "https://github.com/linhay/SectionKit" s.license = { :type => 'Apache', :file => 'LICENSE' } diff --git a/SectionUI.podspec b/SectionUI.podspec index 8a77a44..c0d3a14 100644 --- a/SectionUI.podspec +++ b/SectionUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SectionUI' - s.version = '2.2.0' + s.version = '2.2.1' s.summary = '动态表单框架' s.homepage = "https://github.com/linhay/SectionKit" s.license = { :type => 'Apache', :file => 'LICENSE' } @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "13.0" - s.dependency 'SectionKit2', '>= 2.2.0' + s.dependency 'SectionKit2', '>= 2.2.1' s.source_files = ["Sources/SectionUI/**/*.{swift,h}"] end