This repository has been archived by the owner on Jul 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to support CocoaPod and travis CI with new location and version.
- Loading branch information
Sunny Wang
committed
Nov 17, 2015
1 parent
b66523c
commit 9b6b972
Showing
3 changed files
with
6 additions
and
5 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
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
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 |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SWHttpTrafficRecorder" | ||
s.version = "0.5" | ||
s.version = "1.0" | ||
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 = "http://www.capitalone.io/" | ||
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/JinlianWang/SWHttpTrafficRecorder.git", :tag => 'v0.5' } | ||
s.source = { :git => "https://github.com/capitalone/SWHttpTrafficRecorder.git", :tag => 'v1.0' } | ||
s.platform = :ios | ||
s.source_files = '*.{h,m}' | ||
s.ios.deployment_target = '7.0' | ||
s.requires_arc = true | ||
end |