[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 2 / f / LiKui / 2.0.1 / LiKui.podspec.json
blob25d06057800b8dcfa4795ca99f85bf1aebe17c22
2   "name": "LiKui",
3   "version": "2.0.1",
4   "license": "MIT",
5   "summary": "A fast & lightweight XML & HTML parser in Swift with XPath & CSS support",
6   "homepage": "https://github.com/ChaselAn/Fuzi",
7   "authors": {
8     "ChaselAn": "865770853@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/ChaselAn/Fuzi.git",
12     "tag": "2.0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source_files": "Sources/*.swift",
21   "preserve_paths": "libxml2/*",
22   "requires_arc": true,
23   "libraries": "xml2",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
26     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/Fuzi/libxml2"
27   }