Skip to content

Commit f00b2eb

Browse files
committed
chore: 2.1.2
1 parent 6982272 commit f00b2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.1'
3+
s.version = '2.1.2'
44
s.summary = '动态表单框架'
55
s.homepage = "https://github.com/linhay/SectionKit"
66
s.license = { :type => 'Apache', :file => 'LICENSE' }

SectionUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.1'
14+
s.dependency 'SectionKit2', '>= 2.1.2'
1515

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

0 commit comments

Comments
 (0)