Skip to content

Commit

Permalink
Add Objective-C-HMTL-Parser.podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ootake committed Apr 4, 2012
1 parent e5b05c5 commit 4c20199
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Objective-C-HMTL-Parser/0.0.1/Objective-C-HMTL-Parser.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Objective-C-HMTL-Parser'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'An objective c wrapper around libxml for parsing HTMLr'
s.homepage = 'http://methylblue.com'
s.author = { 'Max Howell' => 'max@methylblue.com' }
s.source = { :git => 'https://github.com/zootreeves/Objective-C-HMTL-Parser.git', :commit => '172a033c945cbe72bb5effda3d061445d8930aac' }
s.platform = :ios
s.source_files = '*.{h,m}'
s.library = 'xml2'
s.framework = 'Foundation'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
end

0 comments on commit 4c20199

Please sign in to comment.