blob: 04971766ce5bc48fc2afe5f9b82ff4c105a8f5c2 [file] [log] [blame]
{
"name": "hpple",
"version": "0.2.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.2.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"
}
}