[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / c / 4 / 8 / BiblioArchiver / 0.0.1 / BiblioArchiver.podspec.json
blob118fb679f2bec5c61dbeba0070e7265b3efb9a21
2   "name": "BiblioArchiver",
3   "version": "0.0.1",
4   "summary": "Tool for fetch webarchive from a web page.",
5   "description": "Fetch webarchive from a web page, and read it offline.",
6   "homepage": "https://github.com/dongdonggaui/BiblioArchiver.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huangluyang": "huangluyang007@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dongdonggaui/BiblioArchiver.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Sources/*.swift",
23     "Sources/BiblioArchiver.h"
24   ],
25   "public_header_files": [
26     "Sources/BiblioArchiver.h"
27   ],
28   "requires_arc": true,
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "dependencies": {
33     "Fuzi": [
34       "~> 0.3.1"
35     ]
36   }