Skip to content

Commit

Permalink
Update DDLoggerSwift.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Feb 21, 2025
1 parent 52a4b2e commit 8036a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDLoggerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'DDLoggerSwift'
s.swift_version = '5.0'
s.version = '5.1.5'
s.version = '5.1.6'
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'
s.authors = { 'ZXKitCode' => '[email protected]' }
s.source = { :git => "https://github.com/DamonHu/DDLoggerSwift.git", :tag => s.version}
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.documentation_url = 'https://dongge.org/blog/1305.html'
s.subspec 'core' do |cs|
cs.resource_bundles = {
Expand Down

0 comments on commit 8036a8a

Please sign in to comment.