Skip to content

Commit 2be4f9e

Browse files
committed
release 1.0.1
1 parent 453cc1e commit 2be4f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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"
3+
s.version = "1.0.1"
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" }
8+
s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.1" }
99
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
1010
s.library = "sqlite3"
1111
s.platform = :ios, '7.0'

0 commit comments

Comments
 (0)