blob: 2002ad272e5b3b67ec15041c315c00507689fb22 [file] [log] [blame]
{
"name": "YIHtmlParser",
"version": "1.0.3",
"summary": "一个解析操作Html的库",
"description": "用于对Html进行解析读取、修改、增加,删除等操作",
"homepage": "https://github.com/zhenghongyi/YIHtmlParser",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"郑洪益": "1219191794@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/zhenghongyi/YIHtmlParser.git",
"tag": "1.0.3"
},
"source_files": [
"Classes",
"YIHtmlParser/YIHtmlParser/Classes/*.{h,m}"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}