blob: 01be2d862802433dfab9d14f591f9d903b17550d [file] [log] [blame]
{
"name": "SIHTMLParser",
"version": "1.0",
"summary": "HTMLParser",
"description": "An Objective-C wrapper to parse HTML",
"homepage": "https://github.com/silence0201/HTMLParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/HTMLParser.git",
"tag": "1.0"
},
"source_files": [
"HTMLParser",
"HTMLParser/**/*.{h,m}"
],
"exclude_files": "HTMLParser/Exclude",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"deprecated": true
}