Skip to content

Commit

Permalink
version: 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linhey committed Jul 1, 2024
1 parent 01382d7 commit ba4d883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SectionKit2.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SectionKit2'
s.version = '2.2.0'
s.version = '2.2.1'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions SectionUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SectionUI'
s.version = '2.2.0'
s.version = '2.2.1'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "13.0"
s.dependency 'SectionKit2', '>= 2.2.0'
s.dependency 'SectionKit2', '>= 2.2.1'

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

0 comments on commit ba4d883

Please sign in to comment.