[Validation] Fix description related checks

This commit is contained in:
Fabio Pelosin
2013-03-20 11:21:06 +01:00
parent 38ad8563cd
commit eec9aecfd9
76 changed files with 76 additions and 119 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
'Files with a DOM API or XPath. This fork of the original ' \
'GDataXML adds support for the HTMLparser module of ' \
'libxml2 and allows you to deal with non validating XML ' \
'or HTML on iOS based devices (iPhone, iPad etc)'
'or HTML on iOS based devices (iPhone, iPad etc).'
s.source_files = 'GDataXML-HTML/lib/*.{h,m}'
s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }