diff --git a/SWHttpTrafficRecorder.podspec b/SWHttpTrafficRecorder.podspec index 449d401..a5d101b 100644 --- a/SWHttpTrafficRecorder.podspec +++ b/SWHttpTrafficRecorder.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "SWHttpTrafficRecorder" - s.version = "1.0.1" + s.version = "1.0.1-quizlet" s.summary = "A simple tool allowing to record your HTTP traffic for later use." s.description = <<-DESC SWHttpTrafficRecorder provides an easy way to record all the HTTP(s) traffic while the user is using your app at the same time. @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/capitalone/SWHttpTrafficRecorder" s.license = { :type => 'Apache Licnese 2.0', :file => 'LICENSE' } s.author = { 'Sunny Wang' => 'wangjinlian@hotmail.com' } - s.source = { :git => "https://github.com/capitalone/SWHttpTrafficRecorder.git", :tag => "v#{s.version}" } + s.source = { :git => "https://github.com/quizlet/SWHttpTrafficRecorder.git", :tag => s.version } s.platform = :ios s.source_files = 'SWHttpTrafficRecorder/*.{h,m}' s.ios.deployment_target = '7.0'