Skip to content

Commit

Permalink
use a less specific version of libxml with ASIHTTPRequest to support …
Browse files Browse the repository at this point in the history
…Mountain Lion
  • Loading branch information
dcolthorp committed Aug 9, 2012
1 parent e8465a2 commit 3d8d5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ASIHTTPRequest/1.8.1/ASIHTTPRequest.podspec
Expand Up @@ -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

Expand Down

0 comments on commit 3d8d5d0

Please sign in to comment.