From 3d8d5d00a100e8cfd3aa5dbf47d101c3a7a6a1d7 Mon Sep 17 00:00:00 2001 From: Drew Colthorp Date: Wed, 8 Aug 2012 22:50:40 -0400 Subject: [PATCH] use a less specific version of libxml with ASIHTTPRequest to support Mountain Lion --- 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 575e1152..2d6fc637 100644 --- a/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec +++ b/ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec @@ -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