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