blob: afbdf2e780388cd6e6cac7b434d6e2900402070b [file] [log] [blame]
{
"name": "GDataXML-HTML",
"version": "1.0.0",
"license": "Apache License, Version 2.0",
"summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
"homepage": "https://github.com/graetzer/GDataXML-HTML",
"authors": {
"Simon Grätzer": "simon@graetzer.org"
},
"source": {
"git": "https://github.com/graetzer/GDataXML-HTML.git",
"tag": "1.0.0"
},
"description": "GDataXML implements parts of NSXML so it's easy to parse XML or HTML with a DOM style API including XPath support. This fork of the original GDataXML adds support for the HTMLparser module of libxml2 and allows you to deal with non validating XML in a simple way.",
"source_files": "GDataXML-HTML/lib/*.{h,m}",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"requires_arc": false
}