Skip to content

Commit 835de7f

Browse files
committed
Update DDKitSwift_Netfox.podspec
1 parent c417af5 commit 835de7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DDKitSwift_Netfox.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'DDKitSwift_Netfox'
33
s.swift_version = '5.0'
4-
s.version = '3.0.1'
4+
s.version = '3.0.2'
55
s.license= { :type => "MIT", :file => "LICENSE" }
66
s.summary = 'a quick look on all executed network requests performed by netfox'
77
s.homepage = 'https://github.com/DamonHu/DDKitSwift_Netfox'
88
s.authors = { 'ZXKitCode' => 'dong765@qq.com' }
99
s.source = { :git => "https://github.com/DamonHu/DDKitSwift_Netfox.git", :tag => s.version}
1010
s.requires_arc = true
11-
s.ios.deployment_target = '11.0'
11+
s.ios.deployment_target = '12.0'
1212
s.resource_bundles = {
1313
'NetFoxZXKit' => ['pod/assets/**/*']
1414
}

0 commit comments

Comments
 (0)