diff --git a/NetworkEye.podspec b/NetworkEye.podspec index 755080e..33ef869 100755 --- a/NetworkEye.podspec +++ b/NetworkEye.podspec @@ -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'