We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6982272 commit f00b2ebCopy full SHA for f00b2eb
SectionKit2.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SectionKit2'
3
- s.version = '2.1.1'
+ s.version = '2.1.2'
4
s.summary = '动态表单框架'
5
s.homepage = "https://github.com/linhay/SectionKit"
6
s.license = { :type => 'Apache', :file => 'LICENSE' }
SectionUI.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
12
s.platform = :ios
13
s.ios.deployment_target = "13.0"
14
- s.dependency 'SectionKit2', '>= 2.1.1'
+ s.dependency 'SectionKit2', '>= 2.1.2'
15
16
s.source_files = ["Sources/SectionUI/**/*.{swift,h}"]
17
end
0 commit comments