From 01bfed5144712582b003407b72af037b6e929367 Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Sat, 24 May 2014 02:14:30 +0200 Subject: [PATCH] Updated podspec to 3.1.2 --- OHHTTPStubs.podspec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/OHHTTPStubs.podspec b/OHHTTPStubs.podspec index aece47cf..4811bd7f 100644 --- a/OHHTTPStubs.podspec +++ b/OHHTTPStubs.podspec @@ -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"