fb8da4dbca
And remove stub specs for now.
18 lines
646 B
Ruby
18 lines
646 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.xcconfig = { 'OTHER_LDFLAGS' => '-l xml2.2.7.3', 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
|
|
end
|
|
|