2 "name": "GDataXML-HTML",
4 "license": "Apache License, Version 2.0",
5 "summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
6 "homepage": "https://github.com/graetzer/GDataXML-HTML",
8 "Simon Grätzer": "simon@graetzer.org"
11 "git": "https://github.com/graetzer/GDataXML-HTML.git",
14 "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.",
15 "source_files": "GDataXML-HTML/lib/*.{h,m}",
18 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"