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 11Pod ::Spec . new do |s |
22 s . name = 'SectionKit2'
3- s . version = '2.0.16 '
3+ s . version = '2.0.17 '
44 s . summary = '动态表单框架'
55 s . homepage = "https://github.com/linhay/SectionKit"
66 s . license = { :type => 'Apache' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SectionUI'
3- s . version = '2.0.16 '
3+ s . version = '2.0.17 '
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.0.16 '
14+ s . dependency 'SectionKit2' , '>= 2.0.17 '
1515
1616 s . source_files = [ "Sources/SectionUI/**/*.{swift,h}" ]
1717end
You can’t perform that action at this time.
0 commit comments