blob: 80603ee31a052ce4fdfdcaf630314834127d94f0 [file] [log] [blame]
{
"name": "BRYHTMLParser",
"authors": "Bryan Irace",
"license": "MIT",
"platforms": {
"ios": null
},
"homepage": "https://github.com/irace/BRYHTMLParser",
"version": "2.1.0",
"summary": "An Objective-C wrapper around libxml for parsing HTML.",
"source": {
"git": "https://github.com/irace/BRYHTMLParser.git",
"tag": "2.1.0"
},
"source_files": "BRYHTMLParser/*.{h,m}",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": "Foundation",
"requires_arc": true
}