[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / e / 2 / 0 / SwiftyNarou / 1.1.10 / SwiftyNarou.podspec.json
blob56bc61de886b5916babf3d922e14b29edfd317eb
2   "name": "SwiftyNarou",
3   "version": "1.1.10",
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.10"
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"