Skip to content

Commit

Permalink
Update DDKitSwift_Netfox.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed May 29, 2024
1 parent c417af5 commit 835de7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDKitSwift_Netfox.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'DDKitSwift_Netfox'
s.swift_version = '5.0'
s.version = '3.0.1'
s.version = '3.0.2'
s.license= { :type => "MIT", :file => "LICENSE" }
s.summary = 'a quick look on all executed network requests performed by netfox'
s.homepage = 'https://github.com/DamonHu/DDKitSwift_Netfox'
s.authors = { 'ZXKitCode' => 'dong765@qq.com' }
s.source = { :git => "https://github.com/DamonHu/DDKitSwift_Netfox.git", :tag => s.version}
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.resource_bundles = {
'NetFoxZXKit' => ['pod/assets/**/*']
}
Expand Down

0 comments on commit 835de7f

Please sign in to comment.