[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 1 / 6 / SIHTMLParser / 1.0 / SIHTMLParser.podspec.json
blob01be2d862802433dfab9d14f591f9d903b17550d
2   "name": "SIHTMLParser",
3   "version": "1.0",
4   "summary": "HTMLParser",
5   "description": "An Objective-C wrapper to parse HTML",
6   "homepage": "https://github.com/silence0201/HTMLParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Silence": "374619540@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/silence0201/HTMLParser.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "HTMLParser",
23     "HTMLParser/**/*.{h,m}"
24   ],
25   "exclude_files": "HTMLParser/Exclude",
26   "libraries": "xml2",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "deprecated": true