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 5d082a3 commit fbaece1Copy full SHA for fbaece1
netfox-zxkit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'netfox-zxkit'
3
s.swift_version = '5.0'
4
-s.version = '1.0.0'
+s.version = '2.0.0'
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/netfox-zxkit'
@@ -14,6 +14,6 @@ s.resource_bundles = {
14
}
15
s.source_files = "pod/zxkit/*.swift"
16
s.dependency 'netfox', '1.21.0'
17
-s.dependency 'ZXKitCore'
+s.dependency 'ZXKitCore', '~> 2.0.0'
18
s.documentation_url = 'https://blog.hudongdong.com/ios/1169.html'
19
end
0 commit comments