[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / e / d / YIHtmlParser / 1.0.0 / YIHtmlParser.podspec.json
blob9167c1c2f03543c136b9161fbfdecd084332aa8a
2   "name": "YIHtmlParser",
3   "version": "1.0.0",
4   "summary": "一个解析操作Html的库",
5   "description": "用于对Html进行解析读取、修改、增加,删除等操作",
6   "homepage": "https://github.com/zhenghongyi/YIHtmlParser",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
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.0"
20   },
21   "source_files": [
22     "Classes",
23     "YIHtmlParser/YIHtmlParser/Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "libraries": "xml2",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }