Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Sep 9, 2024
1 parent bc5116c commit f8161f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DDLoggerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'DDLoggerSwift'
s.swift_version = '5.0'
s.version = '5.1.2'
s.version = '5.1.3'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information'
s.homepage = 'https://github.com/DamonHu/DDLoggerSwift'
Expand All @@ -16,8 +16,8 @@ s.subspec 'core' do |cs|
}
cs.library = 'sqlite3'
cs.source_files = "pod/*.swift", "pod/view/*.swift"
cs.dependency 'DDUtils/ui', '~>5.0.0'
cs.dependency 'DDUtils/utils', '~>5.0.0'
cs.dependency 'DDUtils/ui', '~>5'
cs.dependency 'DDUtils/utils', '~>5'
end
s.subspec 'socket' do |cs|
cs.dependency 'DDLoggerSwift/core'
Expand Down

0 comments on commit f8161f5

Please sign in to comment.