Skip to content

Commit

Permalink
chore: 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linhey committed Jun 19, 2024
1 parent 6982272 commit f00b2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.1'
s.version = '2.1.2'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion SectionUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "13.0"
s.dependency 'SectionKit2', '>= 2.1.1'
s.dependency 'SectionKit2', '>= 2.1.2'

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

0 comments on commit f00b2eb

Please sign in to comment.