Files
JBChartView/ASIWebPageRequest/1.8.1/ASIWebPageRequest.podspec
T
2011-10-22 01:38:29 +02:00

19 lines
637 B
Ruby

Pod::Spec.new do |s|
s.name = 'ASIWebPageRequest'
s.version = '1.8.1'
s.homepage = 'http://allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest'
s.author = { 'Ben Copsey' => 'ben@allseeing-i.com' }
s.summary = %{
The ASIWebPageRequest class included with ASIHTTPRequest lets you download
complete webpages, including external resources like images and stylesheets.
}
s.part_of_dependency = 'ASIHTTPRequest', '1.8.1'
s.source_files = 'Classes/ASIWebPageRequest/*.m', 'Classes/ASIWebPageRequest/*.h'
s.library = 'xml2.2.7.3'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end