Skip to content

Commit

Permalink
Update DDFileBrowser.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed May 28, 2024
1 parent 3104946 commit cefebe3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DDFileBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Pod::Spec.new do |s|
s.name = 'DDFileBrowser'
s.swift_version = '5.0'
s.version = '3.0.0'
s.version = '3.0.1'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'iOS Sandbox file browser, iOS沙盒文件浏览器'
s.homepage = 'https://github.com/DamonHu/DDFileBrowser'
s.authors = { 'DDKitCode' => 'dong765@qq.com' }
s.authors = { 'DamonHu' => 'dong765@qq.com' }
s.source = { :git => "https://github.com/DamonHu/DDFileBrowser.git", :tag => s.version}
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.subspec 'core' do |cs|
cs.resource_bundles = {
'DDFileBrowser' => ['pod/assets/**/*']
}
cs.source_files = "pod/*.swift", "pod/view/*.swift", "pod/vc/*.swift", "pod/model/*.swift"
cs.dependency 'DDUtils/utils', '~>5.0.0'
cs.dependency 'DDUtils/ui', '~>5.0.0'
cs.dependency 'SnapKit'
cs.dependency 'HDHUD'
cs.dependency 'SnapKit', '~>5.0.0'
cs.dependency 'HDHUD', '~>3.0.0'
end
s.default_subspecs = "core"
s.documentation_url = 'https://ddceo.com/blog/1295.html'
Expand Down

0 comments on commit cefebe3

Please sign in to comment.