We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453cc1e commit 2be4f9eCopy full SHA for 2be4f9e
1 file changed
NetworkEye.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "NetworkEye"
3
- s.version = "1.0"
+ s.version = "1.0.1"
4
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 => "1.0" }
+ s.source = { :git => "https://github.com/coderyi/NetworkEye.git", :tag => "1.0.1" }
9
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
10
s.library = "sqlite3"
11
s.platform = :ios, '7.0'
0 commit comments