Files
JBChartView/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec
T
2011-09-10 15:42:15 +02:00

14 lines
440 B
Ruby

class ASIWebPageRequest < Pod::Spec
version '1.8.1'
part_of 'ASIHTTPRequest', '1.8.1'
homepage 'http://allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest'
author 'Ben Copsey' => 'ben@allseeing-i.com'
summary %{
The ASIWebPageRequest class included with ASIHTTPRequest lets you download
complete webpages, including external resources like images and stylesheets.
}
source_files 'Classes/ASIWebPageRequest/*.m'
end