Skip to content

Commit cc78875

Browse files
committed
NetworkEye 0.9.9
1 parent 2d4cd82 commit cc78875

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

NetworkEye.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "NetworkEye"
3-
s.version = "0.9.8"
4-
s.summary = "NetworkEye - iOS网络调试库,NetworkEye可以监控App内HTTP请求并显示请求相关的详细信息,方便App开发的网络调试。"
3+
s.version = "0.9.9"
4+
s.summary = "NetworkEye - a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request."
55
s.homepage = "https://github.com/coderyi/NetworkEye"
66
s.license = "MIT"
77
s.authors = { "coderyi" => "coderyi@163.com" }
8-
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "0.9.8" }
8+
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "0.9.9" }
99
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
1010
s.library = "sqlite3"
1111
s.platform = :ios, '7.0'

0 commit comments

Comments
 (0)