diff --git a/SectionKit2.podspec b/SectionKit2.podspec index 0734c76..f08fd28 100644 --- a/SectionKit2.podspec +++ b/SectionKit2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SectionKit2' - s.version = '2.1.1' + s.version = '2.1.2' s.summary = '动态表单框架' s.homepage = "https://github.com/linhay/SectionKit" s.license = { :type => 'Apache', :file => 'LICENSE' } diff --git a/SectionUI.podspec b/SectionUI.podspec index 55a5d4a..9acf2e4 100644 --- a/SectionUI.podspec +++ b/SectionUI.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "13.0" - s.dependency 'SectionKit2', '>= 2.1.1' + s.dependency 'SectionKit2', '>= 2.1.2' s.source_files = ["Sources/SectionUI/**/*.{swift,h}"] end