Skip to content

Commit

Permalink
chore: 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
linhey committed Nov 18, 2022
1 parent 096b4d8 commit 4f3c434
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
"revision" : "ae585d54dc187c0acfd7d0a9c987e31b758b3ea6",
"version" : "1.1.3"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6",
"version" : "1.0.0"
}
}
],
"version" : 2
Expand Down
4 changes: 2 additions & 2 deletions 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.0.0-beta.2'
s.version = '2.0.0-beta.3'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand All @@ -14,4 +14,4 @@ Pod::Spec.new do |s|
s.source_files = ["Sources/SectionKit/**/*.{swift,h}"]
end

# pod trunk push ./SectionKit2.podspec --allow-warnings
# pod trunk push ./SectionKit2.podspec --allow-warnings
6 changes: 3 additions & 3 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.0.0-beta.2'
s.version = '2.0.0-beta.3'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand All @@ -11,10 +11,10 @@ Pod::Spec.new do |s|

s.platform = :ios
s.ios.deployment_target = "13.0"
s.dependency 'SectionKit2', '>= 2.0.0-beta.1'
s.dependency 'SectionKit2', '>= 2.0.0-beta.3'

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

# pod lib lint ./SectionUI.podspec --include-podspecs='*.podspec'
# pod trunk push ./SectionUI.podspec --allow-warnings
# pod trunk push ./SectionUI.podspec --allow-warnings

0 comments on commit 4f3c434

Please sign in to comment.