forked from capitalone/SWHttpTrafficRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f698e08
commit 34d39bd
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|