We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417af5 commit 835de7fCopy full SHA for 835de7f
DDKitSwift_Netfox.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'DDKitSwift_Netfox'
3
s.swift_version = '5.0'
4
-s.version = '3.0.1'
+s.version = '3.0.2'
5
s.license= { :type => "MIT", :file => "LICENSE" }
6
s.summary = 'a quick look on all executed network requests performed by netfox'
7
s.homepage = 'https://github.com/DamonHu/DDKitSwift_Netfox'
8
s.authors = { 'ZXKitCode' => 'dong765@qq.com' }
9
s.source = { :git => "https://github.com/DamonHu/DDKitSwift_Netfox.git", :tag => s.version}
10
s.requires_arc = true
11
-s.ios.deployment_target = '11.0'
+s.ios.deployment_target = '12.0'
12
s.resource_bundles = {
13
'NetFoxZXKit' => ['pod/assets/**/*']
14
}
0 commit comments