blob: 7a6556db16e2fc9c0558bc32c26a61cd57b49d36 [file] [log] [blame]
{
"name": "BiblioArchiver",
"version": "0.0.3",
"summary": "Tool for fetch webarchive from a web page.",
"description": "Fetch webarchive from a web page, and read it offline.",
"homepage": "https://github.com/dongdonggaui/BiblioArchiver.git",
"license": "MIT",
"authors": {
"huangluyang": "huangluyang007@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dongdonggaui/BiblioArchiver.git",
"tag": "0.0.3"
},
"source_files": [
"Sources/*.swift",
"Sources/BiblioArchiver.h"
],
"public_header_files": [
"Sources/BiblioArchiver.h"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"Fuzi": [
"~> 0.3.1"
]
}
}