blob: d49bddfca5536797780a8d10204136dd987e01fe [file] [log] [blame]
{
"name": "hpple",
"version": "0.1.0",
"summary": "An XML/HTML parser for Objective-C, inspired by Hpricot.",
"description": "Hpple: A nice Objective-C wrapper on the XPathQuery library for parsing HTML.\nInspired by why the lucky stiff's Hpricot.\n\n* Easy searching by XPath (CSS selectors are planned)\n* Parses HTML (XML coming soon)\n* Easy access to tag content, name, and attributes\n",
"homepage": "https://github.com/topfunky/hpple",
"license": "MIT",
"authors": {
"Geoffrey Grosenbach": "email@address.com"
},
"source": {
"git": "https://github.com/topfunky/hpple.git",
"tag": "0.1.0"
},
"source_files": [
"TFHpple.{h,m}",
"TFHppleElement.{h,m}",
"XPathQuery.{h,m}"
],
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}