We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4cd82 commit cc78875Copy full SHA for cc78875
1 file changed
NetworkEye.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "NetworkEye"
3
- s.version = "0.9.8"
4
- s.summary = "NetworkEye - iOS网络调试库,NetworkEye可以监控App内HTTP请求并显示请求相关的详细信息,方便App开发的网络调试。"
+ s.version = "0.9.9"
+ s.summary = "NetworkEye - a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request."
5
s.homepage = "https://github.com/coderyi/NetworkEye"
6
s.license = "MIT"
7
s.authors = { "coderyi" => "coderyi@163.com" }
8
- s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "0.9.8" }
+ s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "0.9.9" }
9
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
10
s.library = "sqlite3"
11
s.platform = :ios, '7.0'
0 commit comments