File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11Pod ::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"
You can’t perform that action at this time.
0 commit comments