2 "name": "GDataXML-HTML",
4 "summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
5 "description": "GDataXML implements parts of NSXML so it's easy to parse XML or HTML with a DOM style API including\nXPath support.\nThis fork of the original GDataXML adds support for the HTMLparser module of\nlibxml2 and allows you to deal with non validating XML in a simple way.",
6 "homepage": "https://github.com/graetzer/GDataXML-HTML",
7 "license": "Apache License, Version 2.0",
9 "Simon Grätzer": "simon@graetzer.org"
12 "git": "https://github.com/graetzer/GDataXML-HTML.git",
15 "source_files": "Pod/Classes",
19 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(PODS_ROOT)/GDataXML-HTML/libxml"
21 "module_map": "libxml.modulemap",
22 "prepare_command": "cat > \"libxml.modulemap\" << MAP\nmodule libxml [system] {\n header \"$(SDKROOT)/usr/include/libxml2/libxml/tree.h\"\n link \"libxml\"\n export *\n}\nMAP"