File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SectionKit2'
3
- s . version = '2.4.3 '
3
+ s . version = '2.4.4 '
4
4
s . summary = '动态表单框架'
5
5
s . homepage = "https://github.com/linhay/SectionKit"
6
6
s . license = { :type => 'Apache' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SectionUI'
3
- s . version = '2.4.3 '
3
+ s . version = '2.4.4 '
4
4
s . summary = '动态表单框架'
5
5
s . homepage = "https://github.com/linhay/SectionKit"
6
6
s . license = { :type => 'Apache' , :file => 'LICENSE' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
12
12
s . platform = :ios
13
13
s . ios . deployment_target = "13.0"
14
- s . dependency 'SectionKit2' , '>= 2.4.3 '
14
+ s . dependency 'SectionKit2' , '>= 2.4.4 '
15
15
16
16
s . source_files = [ "Sources/SectionUI/**/*.{swift,h}" ]
17
17
end
You can’t perform that action at this time.
0 commit comments