Skip to content

Commit a6e4a22

Browse files
committed
release 1.0.6
1 parent 926fc1c commit a6e4a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NetworkEye.podspec

Lines changed: 2 additions & 2 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 = "1.0.5"
3+
s.version = "1.0.6"
44
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" => "[email protected]" }
8-
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.5" }
8+
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.6" }
99
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
1010
s.platform = :ios, '7.0'
1111
s.requires_arc = true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ I think NetworkEye need a logo,I hope some can help me.
3434
```ruby
3535

3636
platform :ios, '7.0'
37-
pod 'NetworkEye', '~> 1.0.5'
38-
# pod 'NetworkEye/FMDB', '~> 1.0.5' # NetworkEye with FMDB ,save your requests to database
37+
pod 'NetworkEye', '~> 1.0.6'
38+
# pod 'NetworkEye/FMDB', '~> 1.0.6' # NetworkEye with FMDB ,save your requests to database
3939

4040
```
4141

0 commit comments

Comments
 (0)