From 34d39bdec48df3e48443368bbbf87f3f8d92b407 Mon Sep 17 00:00:00 2001 From: Bruno Reginato Date: Fri, 22 Sep 2017 16:43:27 -0300 Subject: [PATCH] Adjusting .podspec for quizlet fork --- SWHttpTrafficRecorder.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'