diff --git a/netfox.podspec b/netfox.podspec index 8fdf9c4..29d48f3 100644 --- a/netfox.podspec +++ b/netfox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "netfox" - s.version = "0.2" + s.version = "1.0" s.summary = "A lightweight, one line setup, iOS network debugging library!" s.description = <<-DESC @@ -11,7 +11,7 @@ DESC s.screenshots = "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview0_2.gif" s.license = 'MIT' s.author = "Christos Kasketis" - s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '0.2' } + s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.0' } s.platform = :ios, '8.0' s.requires_arc = true diff --git a/netfox/NFX.swift b/netfox/NFX.swift index d43b282..b35bfb7 100755 --- a/netfox/NFX.swift +++ b/netfox/NFX.swift @@ -8,7 +8,7 @@ import Foundation import UIKit -let nfxVersion = "0.2" +let nfxVersion = "1.0" @objc public class NFX: NSObject