Skip to content

Commit fbaece1

Browse files
committed
release 2.0.0
1 parent 5d082a3 commit fbaece1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netfox-zxkit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'netfox-zxkit'
33
s.swift_version = '5.0'
4-
s.version = '1.0.0'
4+
s.version = '2.0.0'
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/netfox-zxkit'
@@ -14,6 +14,6 @@ s.resource_bundles = {
1414
}
1515
s.source_files = "pod/zxkit/*.swift"
1616
s.dependency 'netfox', '1.21.0'
17-
s.dependency 'ZXKitCore'
17+
s.dependency 'ZXKitCore', '~> 2.0.0'
1818
s.documentation_url = 'https://blog.hudongdong.com/ios/1169.html'
1919
end

0 commit comments

Comments
 (0)