Skip to content

Commit

Permalink
Adjusting .podspec for quizlet fork
Browse files Browse the repository at this point in the history
  • Loading branch information
arctouch-brunoreginato authored Sep 22, 2017
1 parent f698e08 commit 34d39bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SWHttpTrafficRecorder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

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.
DESC
s.homepage = "https://github.com/capitalone/SWHttpTrafficRecorder"
s.license = { :type => 'Apache Licnese 2.0', :file => 'LICENSE' }
s.author = { 'Sunny Wang' => '[email protected]' }
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'
Expand Down

0 comments on commit 34d39bd

Please sign in to comment.