[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / e / 2 / 0 / SwiftyNarou / 1.1.8 / SwiftyNarou.podspec.json
blobc2aefa6b701ed9ef49cd689c1e3e3df7c85ea702
2   "name": "SwiftyNarou",
3   "version": "1.1.8",
4   "summary": "A Swift wrapper for the Narou API. Also supports retrieving novel contents from ncode URLs.",
5   "description": "SwiftyNarou is a Swift wrapper around the Narou API. In addition to supporting all of the API's function calls, SwiftyNarou also enables the user to retrieve novel contents by providing an ncode. Inspired by narou4j by nshiba (https://github.com/nshiba/narou4j).",
6   "homepage": "https://github.com/Rawgers/SwiftyNarou",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roger Luo": "rawger@berkeley.edu"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.1",
18   "source": {
19     "git": "https://github.com/Rawgers/SwiftyNarou.git",
20     "tag": "1.1.8"
21   },
22   "source_files": "SwiftyNarou/**/*.{h,m,swift}",
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "SwiftSoup": [
27     ],
28     "SwiftyJSON": [
30     ],
31     "GzipSwift": [
33     ]
34   },
35   "swift_version": "5.1"