Skip to content

Commit

Permalink
Updated podspec to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed May 24, 2014
1 parent 9877c7f commit 01bfed5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions OHHTTPStubs.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Pod::Spec.new do |s|

s.name = "OHHTTPStubs"
s.version = "3.1.1"
s.version = "3.1.2"

s.summary = "Stubbing framework for network requests."
s.description = <<-DESC
A class to stub network requests easily:
* Test your apps with fake network data (stubbed from file)
* Use customized stubs depending on the requests
* Use custom response time to simulate slow network.
s.description = <<-DESC.gsub(/^ +\|/,'')
|A class to stub network requests easily:
|
| * Test your apps with fake network data (stubbed from file)
| * Use customized stubs depending on the requests
| * Use custom response time to simulate slow network.
DESC

s.homepage = "https://github.com/AliSoftware/OHHTTPStubs"
Expand Down

0 comments on commit 01bfed5

Please sign in to comment.