From da21fa075307cf0157791ddeb571a3c7adb3989d Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Sat, 24 Mar 2012 15:25:39 +0100 Subject: [PATCH] [fix] Added final dot to summary --- ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec index 7b0c6a91..5e8ce070 100644 --- a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec +++ b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ASIHTTPRequest' s.version = '1.8.1' - s.summary = 'Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone' + s.summary = 'Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone.' s.homepage = 'http://allseeing-i.com/ASIHTTPRequest' s.author = { 'Ben Copsey' => 'ben@allseeing-i.com' } s.source = { :git => 'https://github.com/pokeb/asi-http-request.git', :tag => 'v1.8.1' }