blob: 420bb325761415c7d9c913432a001002ec4d7716 [file] [log] [blame]
{
"name": "GDataXML-HTML",
"version": "1.4.1",
"summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
"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.",
"homepage": "https://github.com/graetzer/GDataXML-HTML",
"license": "Apache License, Version 2.0",
"authors": {
"Simon Grätzer": "simon@graetzer.org"
},
"source": {
"git": "https://github.com/graetzer/GDataXML-HTML.git",
"tag": "1.4.1"
},
"source_files": "Pod/Classes",
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}