Skip to content

Commit

Permalink
NetworkEye0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 6, 2015
1 parent ff8a313 commit 203e6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NetworkEye.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "NetworkEye"
s.version = "0.9.3"
s.version = "0.9.4"
s.summary = "NetworkEye - 监控App内所有HTTP请求并显示请求相关的所有信息,方便App开发的网络调试。"
s.homepage = "https://github.com/coderyi/NetworkEye"
s.license = "MIT"
s.authors = { "coderyi" => "[email protected]" }
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :commit => "4a4bfd6187193d39ddbfba8b038b29237ed5fac0" }
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :commit => "ff8a313cccb80acaddb8bd95af951a950d6c232b" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.library = "sqlite3"
s.platform = :ios, '7.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NetworkEye,a iOS network debug library,It can monitor all HTTP requests within t

```ruby
platform :ios, '7.0'
pod "NetworkEye", "~> 0.9.3"
pod "NetworkEye", "~> 0.9.4"
```


Expand Down

0 comments on commit 203e6a2

Please sign in to comment.