Skip to content

Commit 01bfed5

Browse files
committed
Updated podspec to 3.1.2
1 parent 9877c7f commit 01bfed5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

OHHTTPStubs.podspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = "OHHTTPStubs"
4-
s.version = "3.1.1"
4+
s.version = "3.1.2"
55

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

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

0 commit comments

Comments
 (0)