use a less specific version of libxml with ASIHTTPRequest to support Mountain Lion

This commit is contained in:
Drew Colthorp
2012-08-08 22:50:40 -04:00
parent e8465a2e69
commit 3d8d5d00a1
+1 -1
View File
@@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.subspec 'ASIWebPageRequest' do |ws|
ws.source_files = 'Classes/ASIWebPageRequest/'
ws.library = 'xml2.2.7.3'
ws.library = 'xml2.2'
ws.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end