[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / 7 / NovelScraper / 0.1.3 / NovelScraper.podspec.json
blob00d3a9fca37f0ff6b031ba082ea8a11351583fc4
2   "name": "NovelScraper",
3   "version": "0.1.3",
4   "summary": "A Novel Scrape Engine",
5   "swift_version": "4.2",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "description": "This library can scrape different novel websites.",
10   "homepage": "https://github.com/dymx101/NovelScraper",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "dymx101": "dymx101@hotmail.com"
17   },
18   "source": {
19     "git": "https://github.com/dymx101/NovelScraper.git",
20     "tag": "0.1.3"
21   },
22   "source_files": "NovelScraper/Classes/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.2"
26     ],
27     "Kanna": [
28       "~> 4.0.3"
29     ]
30   }