Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 24, 2015
1 parent 453cc1e commit 2be4f9e
Showing 1 changed file with 2 additions and 2 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"
s.version = "1.0.1"
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" => "coderyi@163.com" }
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" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.library = "sqlite3"
s.platform = :ios, '7.0'
Expand Down

0 comments on commit 2be4f9e

Please sign in to comment.