blob: 93285c6154eee3fba8040932820c08c86e737b5f [file] [log] [blame]
{
"name": "GDataXML-HTML",
"version": "1.2.0",
"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\n XPath support.\n This fork of the original GDataXML adds support for the HTMLparser module of\n libxml2 and allows you to deal with non validating XML in a simple way.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"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.2.0"
},
"source_files": "Pod/Classes",
"libraries": "xml2",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}