[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 2 / 0 / SwiftyNarou / 1.1.2 / SwiftyNarou.podspec.json
blob517e97e60939e3f433196f9d5a19d1c89c8798c0
2   "name": "SwiftyNarou",
3   "version": "1.1.2",
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.2"
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"