Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Apr 14, 2023
1 parent 5d082a3 commit fbaece1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netfox-zxkit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'netfox-zxkit'
s.swift_version = '5.0'
s.version = '1.0.0'
s.version = '2.0.0'
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/netfox-zxkit'
Expand All @@ -14,6 +14,6 @@ s.resource_bundles = {
}
s.source_files = "pod/zxkit/*.swift"
s.dependency 'netfox', '1.21.0'
s.dependency 'ZXKitCore'
s.dependency 'ZXKitCore', '~> 2.0.0'
s.documentation_url = 'https://blog.hudongdong.com/ios/1169.html'
end

0 comments on commit fbaece1

Please sign in to comment.