blob: 00d3a9fca37f0ff6b031ba082ea8a11351583fc4 [file] [log] [blame]
{
"name": "NovelScraper",
"version": "0.1.3",
"summary": "A Novel Scrape Engine",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"description": "This library can scrape different novel websites.",
"homepage": "https://github.com/dymx101/NovelScraper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dymx101": "dymx101@hotmail.com"
},
"source": {
"git": "https://github.com/dymx101/NovelScraper.git",
"tag": "0.1.3"
},
"source_files": "NovelScraper/Classes/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8.2"
],
"Kanna": [
"~> 4.0.3"
]
}
}