blob: 4e19868e82435dfbe88e645a69e8b5364ea60fb9 [file] [log] [blame]
{
"name": "YIHtmlParser",
"version": "1.0.1",
"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.1"
},
"source_files": [
"Classes",
"YIHtmlParser/YIHtmlParser/Classes/*.{h,m}"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}