Skip to content

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Sep 25, 2016
1 parent 926fc1c commit a6e4a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "1.0.5"
s.version = "1.0.6"
s.summary = "NetworkEye - a iOS network debug library ,It can monitor HTTP requests within the App and displays information related to the request."
s.homepage = "https://github.com/coderyi/NetworkEye"
s.license = "MIT"
s.authors = { "coderyi" => "[email protected]" }
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.5" }
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.6" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ I think NetworkEye need a logo,I hope some can help me.
```ruby

platform :ios, '7.0'
pod 'NetworkEye', '~> 1.0.5'
# pod 'NetworkEye/FMDB', '~> 1.0.5' # NetworkEye with FMDB ,save your requests to database
pod 'NetworkEye', '~> 1.0.6'
# pod 'NetworkEye/FMDB', '~> 1.0.6' # NetworkEye with FMDB ,save your requests to database

```

Expand Down

0 comments on commit a6e4a22

Please sign in to comment.