Skip to content

Commit cb24f6d

Browse files
committed
chore: 2.4.4
1 parent afe49ee commit cb24f6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SectionKit2.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SectionKit2'
3-
s.version = '2.4.3'
3+
s.version = '2.4.4'
44
s.summary = '动态表单框架'
55
s.homepage = "https://github.com/linhay/SectionKit"
66
s.license = { :type => 'Apache', :file => 'LICENSE' }

SectionUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SectionUI'
3-
s.version = '2.4.3'
3+
s.version = '2.4.4'
44
s.summary = '动态表单框架'
55
s.homepage = "https://github.com/linhay/SectionKit"
66
s.license = { :type => 'Apache', :file => 'LICENSE' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.platform = :ios
1313
s.ios.deployment_target = "13.0"
14-
s.dependency 'SectionKit2', '>= 2.4.3'
14+
s.dependency 'SectionKit2', '>= 2.4.4'
1515

1616
s.source_files = ["Sources/SectionUI/**/*.{swift,h}"]
1717
end

0 commit comments

Comments
 (0)