[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / e / d / YIHtmlParser / 1.0.4 / YIHtmlParser.podspec.json
blobbc0c4975c485fdc931f5d01c6f0cc8002c1f4190
2   "name": "YIHtmlParser",
3   "version": "1.0.4",
4   "summary": "一个解析操作Html的库",
5   "description": "用于对Html进行解析读取、修改、增加,删除等操作",
6   "homepage": "https://github.com/zhenghongyi/YIHtmlParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "郑洪益": "1219191794@qq.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/zhenghongyi/YIHtmlParser.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "HtmlParser/**/*",
22   "libraries": "xml2",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   }