[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / c / SIParser / 1.2 / SIParser.podspec.json
blob358c44cf32663aa43e5e400e2cf773f5541852ce
2   "name": "SIParser",
3   "version": "1.2",
4   "summary": "SIParser",
5   "description": "An Objective-C wrapper to parse HTML/XML",
6   "homepage": "https://github.com/silence0201/SIParser",
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/SIParser.git",
19     "tag": "1.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "libraries": "xml2",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   }