[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / d / YIHtmlParser / 1.0.2 / YIHtmlParser.podspec.json
blob6ff4d22f8e224fbeca5db407076541985c5efd13
2   "name": "YIHtmlParser",
3   "version": "1.0.2",
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.2"
20   },
21   "source_files": [
22     "Classes",
23     "YIHtmlParser/YIHtmlParser/Classes/*.{h,m}"
24   ],
25   "libraries": "xml2",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   }