Skip to content

Commit

Permalink
Podspec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
irace committed Sep 25, 2014
1 parent fd6a737 commit ae277e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ObjectiveCHTMLParser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'ObjectiveCHTMLParser'
s.version = '1.0.0'
s.summary = 'An Objective-C wrapper around libxml for parsing HTML.'
s.source = { :git => 'https://github.com/irace/ObjectiveCHTMLParser.git', :tag => "#{s.version}" }
s.source_files = '*.{h,m}'
s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
Expand Down

0 comments on commit ae277e1

Please sign in to comment.